添加项目文件。

This commit is contained in:
zhouyunhao
2024-08-13 10:31:46 +08:00
parent 771a9cc09d
commit 6f4c64175d
76 changed files with 19060 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)
{
}
}
}