private void ReturnBtn_Click(object sender, EventArgs e) { this.Hide(); MainGUI f1 = new MainGUI(); f1.ShowDialog(); this.Close(); }
private void button3_Click(object sender, EventArgs e) // return button { this.Hide(); MainGUI f1 = new MainGUI(); f1.ShowDialog(); this.Close(); }