public manager_page_reservation() { InitializeComponent(); if (frm == null) { frm = this; } this.dataGridView4.DataSource = edit.GET_RESERVATION(); }
static void frm_formclosed(object sender, FormClosedEventArgs e) { frm = null; }