Пример #1
0
        private void button4_Click(object sender, EventArgs e)
        {
            third n = new third();

            n.Show();
            this.Hide();
        }
Пример #2
0
        private void btn3_Click(object sender, EventArgs e)
        {
            third orn = new third();

            orn.Show();
            this.Hide();
        }