Exemple #1
0
 public FrameNuevaCuenta(ICallingForm callingFrom, Cuenta cuenta)
 {
     FormParaEnviarCuenta = callingFrom as ICallingForm;
     CuentaPadre          = cuenta;
     InitializeComponent();
     txtCuentaPadre.Text = CuentaPadre.Nombre;
 }
 public FrameSeleccionCuenta(ICallingForm callingForm)
 {
     _getCuenta = callingForm as ICallingForm;
     InitializeComponent();
     CargarCuentas();
 }