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