private void seat_manage_normal_Click(object sender, EventArgs e) { this.Hide(); theater_Seating seat = new theater_Seating(); seat.ShowDialog(); }
public static void seat_manage() { theater_Seating seat = new theater_Seating(); seat.ShowDialog(); }