Exemplo n.º 1
0
 public frmCambioPrecioInventario(frmGestionInventario GestionInventario) : this()
 {
     this.GestionInventario = GestionInventario;
 }
Exemplo n.º 2
0
 public frmAgregarEditarInventario(Int64 InventarioID, frmGestionInventario GestionInventario) : this()
 {
     this.InventarioID      = InventarioID;
     this.GestionInventario = GestionInventario;
 }
Exemplo n.º 3
0
 public frmGestionInventario()
 {
     InitializeComponent();
     Instancia = this;
 }
Exemplo n.º 4
0
 public frmAgregarEditarInventario(frmGestionInventario GestionInventario) : this()
 {
     this.GestionInventario = GestionInventario;
 }
Exemplo n.º 5
0
 public frmFiltrarInventario(frmGestionInventario GestionInventario) : this()
 {
     this.GestionInventario = GestionInventario;
 }