Exemplo 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());
     }
 }
Exemplo n.º 2
0
 public static void ResetActivations()
 {
     Instance = new ActiveModConfigurations();
 }