public void Back_in_menu(object sender, EventArgs e) { MainMenu a = new MainMenu(); this.Hide(); a.ShowDialog(); this.Show(); Close(); }
private void button3_Click(object sender, EventArgs e) { MainMenu a = new MainMenu(); this.Hide(); a.ShowDialog(); this.Show(); Close(); }