public frmCambioPrecioInventario(frmGestionInventario GestionInventario) : this() { this.GestionInventario = GestionInventario; }
public frmAgregarEditarInventario(Int64 InventarioID, frmGestionInventario GestionInventario) : this() { this.InventarioID = InventarioID; this.GestionInventario = GestionInventario; }
public frmGestionInventario() { InitializeComponent(); Instancia = this; }
public frmAgregarEditarInventario(frmGestionInventario GestionInventario) : this() { this.GestionInventario = GestionInventario; }
public frmFiltrarInventario(frmGestionInventario GestionInventario) : this() { this.GestionInventario = GestionInventario; }