public static WindControl wind() { if (frm.IsDisposed) { frm = new WindControl(); return(frm); } else { return(frm); } }
private void button3_Click(object sender, EventArgs e) { WindControl.wind().Show(); WindControl.wind().Activate(); }