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

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

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

            f4.Show();
        }