Beispiel #1
0
 public frmAgregarEditarProveedor(Int64 ProveedorID, frmGestionProveedores GestionProveedor) : this()
 {
     this.ProveedorID      = ProveedorID;
     this.GestionProveedor = GestionProveedor;
 }
Beispiel #2
0
 public frmAgregarEditarProveedor(frmGestionProveedores GestionProveedor) : this()
 {
     this.GestionProveedor = GestionProveedor;
 }
Beispiel #3
0
 public frmBuscarProveedor(frmGestionProveedores GestionProveedor) : this()
 {
     this.GestionProveedor = GestionProveedor;
 }