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