コード例 #1
0
        public static AddVip GetForm(Form f1, string str)
        {
            if (f == null || f.IsDisposed)
            {
                f = new AddVip(f1, str);
            }

            return(f);
        }
コード例 #2
0
        private void button7_Click(object sender, EventArgs e)
        {
            Form f = AddVip.GetForm(this, str);

            f.Show();
        }