Example #1
0
        private void label1_Click(object sender, EventArgs e)
        {
            Form f = SelSp.GetForm(this, str);

            this.Hide();
            f.Show();
        }
Example #2
0
        public static SelSp GetForm(Form f1, string str)
        {
            if (f == null || f.IsDisposed)
            {
                f = new SelSp(f1, str);
            }

            return(f);
        }
Example #3
0
        private void label7_Click_1(object sender, EventArgs e)
        {
            Form f6 = SelSp.GetForm(this, str);

            f6.Show();
        }
Example #4
0
        private void button8_Click(object sender, EventArgs e)
        {
            Form f4 = SelSp.GetForm(this, str);

            f4.Show();
        }