添加项目文件。

This commit is contained in:
dengzhihao
2024-10-28 14:29:58 +08:00
commit ecf5f95e36
222 changed files with 688156 additions and 0 deletions

18
C-Windows-1/Form4.cs Normal file
View 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)
{
}
}
}