Exemple #1
0
 public Catalog()
 {
     this.VoucherHandler_0 = new VoucherHandler();
     this.class43_0        = new Marketplace();
 }
Exemple #2
0
 internal void RedeemVoucher()
 {
     VoucherHandler.TryRedeemVoucher(Session, Request.PopFixedString());
 }