Example #1
0
 public StoreSettings(Store s)
 {
     this._Store = s;
     AllSettings = new List<StoreSetting>();
     Acumatica = new StoreSettingsAcumatica(this);
     Analytics = new StoreSettingsAnalytics(this);
     MailServer = new StoreSettingsMailServer(this);
     PayPal = new StoreSettingsPayPal(this);
     FaceBook = new StoreSettingsFaceBook(this);
     Twitter = new StoreSettingsTwitter(this);
     GooglePlus = new StoreSettingsGooglePlus(this);
 }
Example #2
0
 public StoreSettings(Store s)
 {
     this._Store = s;
     AllSettings = new List <StoreSetting>();
     Acumatica   = new StoreSettingsAcumatica(this);
     Analytics   = new StoreSettingsAnalytics(this);
     MailServer  = new StoreSettingsMailServer(this);
     PayPal      = new StoreSettingsPayPal(this);
     FaceBook    = new StoreSettingsFaceBook(this);
     Twitter     = new StoreSettingsTwitter(this);
     GooglePlus  = new StoreSettingsGooglePlus(this);
 }