Ejemplo n.º 1
0
 static AppSettings()
 {
     if (_settings != null)
     {
         DEBUG.Break();
     }
     if (CONSTRUCTOR_ACTION == BaseSettingsConstructor.Load)
     {
         Load();
     }
     else if (CONSTRUCTOR_ACTION == BaseSettingsConstructor.Default)
     {
         AppSetting = new AppSettingsBase();
     }
     DEBUG.Noop();
 }