Example #1
0
 public ListadoUsuarios(String t, String f, ComprarGiftCard giftcardWindow)
 {
     InitializeComponent();
     this.tipo = t;
     this.f = f;
     this.initFiltros();
     this.giftcardWindow = giftcardWindow;
     this.fillGridSinFiltros();
 }
 public ListadoUsuarios(String t, String f, ComprarGiftCard giftcardWindow)
 {
     InitializeComponent();
     this.tipo = t;
     this.f    = f;
     this.initFiltros();
     this.giftcardWindow = giftcardWindow;
     this.fillGridSinFiltros();
 }
 public BusquedaClienteDestino(ComprarGiftCard.ComprarGirftcard cG)
 {
     InitializeComponent();
     this.comprarG = cG;
 }