示例#1
0
        private void BtCancelar_Click(object sender, EventArgs e)
        {
            MessageBox.Show("Al cancelar no sumarás los puntos, ¿Estás seguro de esto?", "Mensaje", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);

            this.Dispose();
            this.Close();
            frm_Inicial Volver = new frm_Inicial();

            Volver.ShowDialog();
        }
示例#2
0
        private void Button2_Click(object sender, EventArgs e)
        {
            Form DigDNI = new frm_Inicial();

            DigDNI.Show();
        }
示例#3
0
        private void Button2_Click(object sender, EventArgs e)
        {
            frm_Inicial Cancel = new frm_Inicial();

            Cancel.ShowDialog();
        }