Esempio n. 1
0
        public static SelVip GetForm(Form f1, string str)
        {
            if (f == null || f.IsDisposed)
            {
                f = new SelVip(f1, str);
            }

            return(f);
        }
Esempio n. 2
0
        private void button6_Click(object sender, EventArgs e)
        {
            Form form = SelVip.GetForm(this, str);

            form.Show();
        }