Esempio n. 1
0
 static ActiveModConfigurations()
 {
     if (_log.IsDebugEnabled)
     {
         _log.DebugFormat("Starting {0}", MethodBase.GetCurrentMethod().ToString());
     }
     Instance = new ActiveModConfigurations();
     if (_log.IsDebugEnabled)
     {
         _log.DebugFormat("Ending {0}", MethodBase.GetCurrentMethod().ToString());
     }
 }
Esempio n. 2
0
 public static void ResetActivations()
 {
     Instance = new ActiveModConfigurations();
 }