Пример #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            ajudabackup newform3 = new ajudabackup();

            newform3.ShowDialog();
            this.Visible = true;
        }
        private void button9_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            ajudabackup novajanela = new ajudabackup();

            novajanela.ShowDialog();
            this.Visible = true;

            //    textBox1.Text = "SJC0417303W8-1";
            //    textBox2.Text = "sa";
            //    textBox3.Text = "senac123";
            //    textBox5.Text = "";
            //    textBox6.Text = "";
            //    comboBox1.Text = "";
        }