This commit is contained in:
2026-06-11 07:33:13 +08:00 Unverified
parent 1313ddafb0
commit 251f54142a
9 changed files with 468 additions and 7 deletions
+7
View File
@@ -23,5 +23,12 @@ namespace kcsj.Forms
form.ShowDialog();
}
private void button2_Click(object sender, EventArgs e)
{
ManualInputForm form = new ManualInputForm();
form.ShowDialog();
}
}
}