合并
This commit is contained in:
@@ -23,5 +23,12 @@ namespace kcsj.Forms
|
||||
|
||||
form.ShowDialog();
|
||||
}
|
||||
|
||||
private void button2_Click(object sender, EventArgs e)
|
||||
{
|
||||
ManualInputForm form = new ManualInputForm();
|
||||
|
||||
form.ShowDialog();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user