示例#1
0
 private void button1_Click(object sender, EventArgs e)
 {
     ABM_Cuenta.AltaCuenta fc = new ABM_Cuenta.AltaCuenta("M", usuario, num_cuenta);
     fc.Show();
     this.Close();
 }
 private void btnCuenta_Click(object sender, EventArgs e)
 {
     ABM_Cuenta.AltaCuenta abmC = new ABM_Cuenta.AltaCuenta("A",usuario,0);
     abmC.Show();
 }
示例#3
0
 private void button1_Click(object sender, EventArgs e)
 {
     ABM_Cuenta.AltaCuenta fc = new ABM_Cuenta.AltaCuenta("M", usuario, num_cuenta);
     fc.Show();
     this.Close();
 }
示例#4
0
 private void btnCuenta_Click(object sender, EventArgs e)
 {
     ABM_Cuenta.AltaCuenta abmC = new ABM_Cuenta.AltaCuenta("A", usuario, 0);
     abmC.Show();
 }