private void buttonBack_Click(object sender, EventArgs e)
 {
     phaseTwoController.saveChanges();
     parent.Location = new System.Drawing.Point(Location.X, Location.Y);
     parent.Show();
     Close();
 }
Ejemplo n.º 2
0
 private void buttonBack_Click(object sender, EventArgs e)
 {
     parent.Location = new System.Drawing.Point(Location.X, Location.Y);
     parent.Show();
     Close();
 }