public Login() { InitializeComponent(); _context = Initializecontext.initcontext(); _usuariohelper = new Helper <Usuario>(_context); _rolusuariohelper = new Helper <Rolusuario>(_context); }
public AñadirProveedor() { InitializeComponent(); _contex = Initializecontext.initcontext(); _personaHelper = new Helper <Persona>(_contex); _proveedorhelper = new Helper <Proveedores>(_contex); }
public ReimprimirBo() { InitializeComponent(); timer1.Start(); _context = Initializecontext.initcontext(); _detallehelper = new ServicesInjector <Detallefactura>(_context); }
public ProveedoresForm() { InitializeComponent(); timer1.Start(); _context = Initializecontext.initcontext(); _proveedoreshelper = new ServicesInjector <Persona>(_context); InitLv(); }
public Compras() { InitializeComponent(); _context = Initializecontext.initcontext(); _compraservice = new ServicesInjector <Compra>(_context); timer1.Start(); Init(); }
public EditarCuenta() { InitializeComponent(); _context = Initializecontext.initcontext(); _usuariohelper = new ServicesInjector <Usuario>(_context); _rolhelper = new ServicesInjector <Rol>(_context); _rolusuariohelper = new ServicesInjector <Rolusuario>(_context); Init(); }
public Catalogo() { InitializeComponent(); timer1.Start(); _context = Initializecontext.initcontext(); _inventariohelper = new ServicesInjector <Inventario>(_context); _precioproductohelper = new ServicesInjector <Precioproducto>(_context); _productohelper = new ServicesInjector <Producto>(_context); InitList(); }
public EditarItem() { InitializeComponent(); _context = Initializecontext.initcontext(); _marcahelper = new Helper <Marca>(_context); _presentaciohelper = new Helper <Presentacion>(_context); _categoriahelper = new Helper <Categoria>(_context); _rolhelper = new Helper <Rol>(_context); initCb(); }
public Register() { InitializeComponent(); _context = Initializecontext.initcontext(); _rolhelper = new Helper <Rol>(_context); _personahelper = new Helper <Persona>(_context); _usuariohelper = new Helper <Usuario>(_context); _rolusuariohelper = new Helper <Rolusuario>(_context); Init(); }
public CompraExistente() { InitializeComponent(); _context = Initializecontext.initcontext(); _productoservices = new ServicesInjector <Producto>(_context); _proveedorservices = new ServicesInjector <Proveedores>(_context); _inventarioservices = new ServicesInjector <Inventario>(_context); _compraservices = new ServicesInjector <Compra>(_context); _precioservices = new ServicesInjector <Precioproducto>(_context); _comprahelper = new Helper <Compra>(_context); Init(); }
public Facturacion() { InitializeComponent(); timer1.Start(); ProductosLV.View = System.Windows.Forms.View.Details; _context = Initializecontext.initcontext(); _productohelper = new Helper <Producto>(_context); _precioproductohelper = new Helper <Precioproducto>(_context); _detallefacturahelper = new Helper <Detallefactura>(_context); _facturahelper = new Helper <Factura>(_context); _inventariohelper = new Helper <Catalogo>(_context); _usuariohelper = new Helper <Usuario>(_context); SearchProducto(); }
public CompraNueva() { InitializeComponent(); _context = Initializecontext.initcontext(); _productohelper = new Helper <Producto>(_context); _comprahelper = new Helper <Compra>(_context); _categoriahelper = new Helper <Categoria>(_context); _marcahelper = new Helper <Marca>(_context); _presentacionhelper = new Helper <Presentacion>(_context); _proveedorhelper = new ServicesInjector <Proveedores>(_context); _usuariohelper = new Helper <Usuario>(_context); _preciohelper = new Helper <Precioproducto>(_context); _inventariohelper = new Helper <Inventario>(_context); Initialize(); }