Ejemplo n.º 1
0
 public frmPromocionesAgregar()
 {
     InitializeComponent();
     articulo         = new ArticuloControler("Articulo");
     promocion        = new PromocionesControler("Promocion");
     MetodosGenericos = new MetodosGenericos();
 }
Ejemplo n.º 2
0
 public frmArticuloAgregar()
 {
     InitializeComponent();
     Articulo         = new ArticuloControler("Articulo");
     MetodosGenericos = new MetodosGenericos();
 }
Ejemplo n.º 3
0
 public frmVenta()
 {
     InitializeComponent();
     Articulo = new ArticuloControler("Articulo");
     Venta    = new VentaControler("Venta");
 }