Esempio n. 1
0
 public frmAgregarEditarCliente(Int32 Codigo, frmGestionClientes GestionClientes)
     : this()
 {
     this.Codigo          = Codigo;
     this.GestionClientes = GestionClientes;
 }
Esempio n. 2
0
 public frmAgregarEditarCliente(frmGestionClientes GestionClientes)
     : this()
 {
     this.GestionClientes = GestionClientes;
 }
Esempio n. 3
0
 public frmBuscarCliente(frmGestionClientes GestionCliente) : this()
 {
     this.GestionCliente = GestionCliente;
 }