窗体设计20260615

This commit is contained in:
2026-06-15 08:44:59 +08:00 Unverified
parent 72312a054b
commit ae55eaad44
6 changed files with 17 additions and 6 deletions
+10
View File
@@ -16,5 +16,15 @@ namespace kcsj.Forms
{
InitializeComponent();
}
private void btnCancel_Click(object sender, EventArgs e)
{
this.Close();
}
private void btnOK_Click(object sender, EventArgs e)
{
}
}
}