Beispiel #1
0
 static RIMessageColors()
 {
     MessageColors = new Hashtable();
     ReflectInsightService.Initialize();
 }
Beispiel #2
0
 static RILogManager()
 {
     FInstances = new Hashtable();
     ReflectInsightService.Initialize();
 }
Beispiel #3
0
 /// <summary>
 /// Initializes the <see cref="RIExceptionManager"/> class.
 /// </summary>
 static RIExceptionManager()
 {
     _logTextFileWriterFactory = new LogTextFileWriterFactory();
     ReflectInsightService.Initialize();
 }
Beispiel #4
0
 static ReflectInsightDispatcher()
 {
     ReflectInsightService.Initialize();
 }
Beispiel #5
0
 public static void Initialize()
 {
     ReflectInsightService.Initialize();
 }
Beispiel #6
0
 internal ConfigurationControl()
 {
     ReflectInsightService.Initialize();
 }
Beispiel #7
0
 static RIListenerGroupManager()
 {
     FListenerGroups = new Hashtable();
     ReflectInsightService.Initialize();
 }