Esempio n. 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Form14 f14 = new Form14();

            f14.Show();
            this.Hide();
        }
        private void button19_Click_1(object sender, EventArgs e)
        {
            this.Close();
            Form14 f14 = new Form14();

            f14.Show();
        }
Esempio n. 3
0
        private void продажіАвтоToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form14 f = new Form14();

            f.Hide();
            f.Show();
        }
Esempio n. 4
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            ss.register(ss.course_ind, ind);
            Form14 m = new Form14(ind, ss);

            m.Show();
            this.Hide();
        }
Esempio n. 5
0
        private void aToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form14 f14 = new Form14();

            f14.Show();
            this.Hide();
            richTextBox1.Text         = "";
            pictureBox1.ImageLocation = "";
            pictureBox2.ImageLocation = "";
        }
Esempio n. 6
0
 private void button8_Click(object sender, EventArgs e)
 {
     //If there is no Form 14 instance
     if (f14 == null)
     {
         //Instantiate Form 14
         f14 = new Form14();
     }
     //Show the new Form 14 instance
     f14.Show();
     //Set Form 14's Form 7 value as this instance
     f14.f7 = this;
     //Hide this form
     this.Hide();
 }
 private void label7_Click(object sender, EventArgs e)
 {
     //If there is no Form 14 instance
     if (f14 == null)
     {
         //Instantiate Form 14
         f14 = new Form14();
     }
     //Show the new Form 14 instance
     f14.Show();
     //Set Form 14's Form 6 variable as this instance
     f14.f6 = this;
     //Set Form 14's Form 7 variable as null
     f14.f7 = null;
     //Hide this form
     this.Hide();
 }
Esempio n. 8
0
 private void showToolStripMenuItem6_Click(object sender, EventArgs e)
 {
     Form14 objektForm14 = new Form14();
       objektForm14.Show();
 }
Esempio n. 9
0
        private void button10_Click_2(object sender, EventArgs e)
        {
            Form14 yeni = new Form14();

            yeni.Show();
        }
Esempio n. 10
0
        private void заказыПокупателяToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form f10 = new Form14();

            f10.Show();
        }
Esempio n. 11
0
        private void button7_bClick(object sender, EventArgs e)
        {
            Form14 frm = new Form14();

            frm.Show();
        }