private void button5_Click(object sender, EventArgs e)
        {
            Авторизация avtoriz = new Авторизация();

            avtoriz.Show();
            this.Close();
        }
Exemplo n.º 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            _RI = new RegInfo();
            _RI.Register_set(comboBox1.Text, textBox2.Text, textBox3.Text, comboBox2.Text);
            Авторизация avtoriz = new Авторизация();

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