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