Inheritance: DebuggerMarshalByRefObject
Example #1
0
 public static void Initialize(string file, DebugFlags flags)
 {
     writer = new ReportWriter(file, flags);
 }
Example #2
0
 public static void Initialize(ReportWriter the_writer)
 {
     writer = the_writer;
 }
Example #3
0
 public static void Initialize()
 {
     writer = new ReportWriter();
 }
Example #4
0
 public static void Initialize(string file, DebugFlags flags)
 {
     writer = new ReportWriter (file, flags);
 }
Example #5
0
 public static void Initialize(ReportWriter the_writer)
 {
     writer = the_writer;
 }
Example #6
0
 public static void Initialize()
 {
     writer = new ReportWriter ();
 }