示例#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();
 }