Exemplo n.º 1
0
        private void btn_totales_por_intento_Click(object sender, EventArgs e)
        {
            Totales_intento totales = new Totales_intento();

            totales.Show();
            Close();
        }
Exemplo n.º 2
0
        private void linklbl_intento_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            Totales_intento totales = new Totales_intento();

            totales.Show();
            Close();
        }