Пример #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            SIGNUP s = new SIGNUP();

            s.Show();
        }
        private void button1_Click_1(object sender, EventArgs e)
        {
            SIGNUP f1 = new SIGNUP();

            f1.Show();
        }