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