Exemplo n.º 1
0
        private void  除成绩ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            Form15 f4 = new Form15();

            f4.ShowDialog();
            this.Visible = true;
        }
Exemplo n.º 2
0
        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");
            }
        }
Exemplo n.º 3
0
        private void Autor_Click(object sender, EventArgs e)
        {
            Form15 f = new Form15();

            f.ShowDialog();
        }