示例#1
0
 private void button2_Click(object sender, EventArgs e)
 {
     //Edit Existing
     DotCapPlugEditForm f1 = new DotCapPlugEditForm();
     this.Hide();
     f1.ShowDialog();
 }
示例#2
0
文件: TestMenu.cs 项目: rphatdad/AFI
 private void button3_Click(object sender, EventArgs e)
 {
     DotCapPlugEditForm f3 = new DotCapPlugEditForm();
     f3.ShowDialog();
 }