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

            return(f);
        }
Example #2
0
        private void button9_Click(object sender, EventArgs e)
        {
            Form f5 = OutSp.GetForm(this, str);

            f5.Show();
        }