Esempio n. 1
0
 // fired on config file changes
 private void ConfigChanged()
 {
     Settings.OnConfigChanged -= ConfigChanged;
     _instance            = null;
     _lastLoggedException = null;             // re-log any errors now
 }
Esempio n. 2
0
		// fired on config file changes
		private void ConfigChanged()
		{
			Settings.OnConfigChanged -= ConfigChanged;
			_instance = null;
			_lastLoggedException = null; // re-log any errors now
		}