示例#1
0
        private void button2_Click(object sender, EventArgs e)
        {
            Form15 f15 = new Form15();

            f15.Show();
            this.Hide();
        }
        private void button18_Click_1(object sender, EventArgs e)
        {
            this.Close();
            Form15 f15 = new Form15();

            f15.Show();
        }
示例#3
0
        private void продажіЗапчастинToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form15 f = new Form15();

            f.Hide();
            f.Show();
        }
 private void button1_Click_1(object sender, EventArgs e)
 {
     if (radioButton1.Checked)
     {
         this.Hide();
         Form3 m = new Form3(sindex, stu);
         m.Show();
     }
     else if (radioButton2.Checked)
     {
         Form4 f = new Form4(sindex, stu);
         this.Hide();
         f.Show();
     }
     else if (radioButton3.Checked)
     {
         this.Hide();
         Edit_Your_Data F5 = new Edit_Your_Data(sindex, stu);
         F5.Show();
     }
     else if (radioButton4.Checked)
     {
         this.Hide();
         Form15 j = new Form15(sindex, stu);
         j.Show();
     }
     else
     {
         MessageBox.Show("Incorrect choice!...Please choose button !");
     }
 }
示例#5
0
        private void  除成绩ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            Form15 f4 = new Form15();

            f4.ShowDialog();
            this.Visible = true;
        }
        private void btn_confirm_Click(object sender, EventArgs e)
        {
            int i;

            int.TryParse(txt_match.Text, out i);
            if (radiobutton == "Yes" && txt_available.Text == "Yes")
            {
                this.Hide();
                Form15 f15 = new Form15(username1, i, team11, team22, venue);
                f15.ShowDialog();
            }
            else if (txt_available.Text == "No")
            {
                MessageBox.Show("Ticket not available");
            }
        }
 private void label6_Click(object sender, EventArgs e)
 {
     //If there is no Form 15 instance
     if (f15 == null)
     {
         //Instantiate Form 15
         f15 = new Form15();
     }
     //Show the new Form 15 instance
     f15.Show();
     //Set Form 15's Form 6 variable as this instance
     f15.f6 = this;
     //Set Form 15's Form 7 variable as null
     f15.f7 = null;
     //Hide this form
     this.Hide();
 }
示例#8
0
 private void showToolStripMenuItem7_Click(object sender, EventArgs e)
 {
     Form15 objektForm15 = new Form15();
       objektForm15.Show();
 }
示例#9
0
        private void заказыТовараToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form f10 = new Form15();

            f10.Show();
        }
示例#10
0
        private void button8_bClick(object sender, EventArgs e)
        {
            Form15 frm = new Form15();

            frm.Show();
        }
示例#11
0
        private void Autor_Click(object sender, EventArgs e)
        {
            Form15 f = new Form15();

            f.ShowDialog();
        }