Beispiel #1
0
        public static InpSp GetForm(Form f1, string str)
        {
            if (f == null || f.IsDisposed)
            {
                f = new InpSp(f1, str);
            }

            return(f);
        }
Beispiel #2
0
        private void button10_Click(object sender, EventArgs e)
        {
            Form f3 = InpSp.GetForm(this, str);

            f3.Show();
        }