private void cuentasToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     Registros.CuentasForm cuentasF = new Registros.CuentasForm();
     cuentasF.Show();
 }
Beispiel #2
0
 private void cuentasToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     Registros.CuentasForm cuentasF = new Registros.CuentasForm();
     cuentasF.Show();
 }