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