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