Example #1
0
 public FacturasWindow(Cuentas cuentas, Departamentos deptos)
 {
     InitializeComponent();
     this.cuentas = cuentas;
     this.deptos  = deptos;
 }
Example #2
0
 public CuentaWindow(Cuentas cuentas)
 {
     InitializeComponent();
     this.cuentas = cuentas;
 }