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

            return(f);
        }
예제 #2
0
        private void button5_Click(object sender, EventArgs e)
        {
            Form f = UpdVip.GetForm(this, str);

            f.Show();
        }