private void btn_totales_por_intento_Click(object sender, EventArgs e) { Totales_intento totales = new Totales_intento(); totales.Show(); Close(); }
private void linklbl_intento_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { Totales_intento totales = new Totales_intento(); totales.Show(); Close(); }