예제 #1
0
 public static void SetNullOutput()
 {
     s_output          = new StreamWriter(Stream.Null);
     s_propertyHandler = new NullPropertyHandler();
 }
예제 #2
0
 public static void SetPropertyHandler(IDiagnosticPropertyHandler handler)
 {
     s_propertyHandler = handler;
 }
예제 #3
0
 public static void SetPropertyHandler(IDiagnosticPropertyHandler handler)
 {
     s_propertyHandler = handler;
 }
예제 #4
0
 public static void SetNullOutput()
 {
     s_output = new StreamWriter(Stream.Null);
     s_propertyHandler = new NullPropertyHandler();
 }