public Bio_Market() { if (BM == null) { BM = this; } InitializeComponent(); }
static void Form_Closed(object sender, FormClosedEventArgs e) { BM = null; }