예제 #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());
     }
 }
예제 #2
0
 public static void ResetActivations()
 {
     Instance = new ActiveModConfigurations();
 }