Пример #1
0
 public bool BillingEnabled(CommerceServiceEvents.BillingEnabled be)
 {
     csSetupInprogress = false;
     LoadProducts();
     return false;
 }
Пример #2
0
 public bool BillingWasEnabled(CommerceServiceEvents.BillingEnabled be)
 {
     cs.LoadProductInformation();
     return(false);
 }