public static OutSp GetForm(Form f1, string str) { if (f == null || f.IsDisposed) { f = new OutSp(f1, str); } return(f); }
private void button9_Click(object sender, EventArgs e) { Form f5 = OutSp.GetForm(this, str); f5.Show(); }