public main_window() { InitializeComponent(); if (mfrm == null) { mfrm = this; } }
static void mfrm_close(object sender, FormClosedEventArgs e) { mfrm = null; }