Ejemplo n.º 1
0
 private void button2_Click(object sender, EventArgs e)
 {
     //Edit Existing
     DotCapPlugEditForm f1 = new DotCapPlugEditForm();
     this.Hide();
     f1.ShowDialog();
 }
Ejemplo n.º 2
0
 private void button3_Click(object sender, EventArgs e)
 {
     DotCapPlugEditForm f3 = new DotCapPlugEditForm();
     f3.ShowDialog();
 }