添加项目文件。
This commit is contained in:
18
C-Windows-1/Form4.cs
Normal file
18
C-Windows-1/Form4.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace C_Windows_1
|
||||
{
|
||||
public partial class Form4 : Form
|
||||
{
|
||||
public Form4()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void Form4_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user