Ejemplo n.º 1
0
 public AsyncTextWriterBase(TNotUsingThread aNotUsingThread)
 {
 }
Ejemplo n.º 2
0
 public AsyncHTMLFileWriter(string aFileName, TNotUsingThread aNotUsingThread)
     : base(aFileName)
 {
 }
Ejemplo n.º 3
0
 public AsyncTextFileWriter(TNotUsingThread aNotUsingThread)
     : base(aNotUsingThread)
 {
 }
Ejemplo n.º 4
0
 public AsyncHTMLFileWriter(TNotUsingThread aNotUsingThread)
     : base(aNotUsingThread)
 {
 }
Ejemplo n.º 5
0
 public AsyncTextFileWriter(string aFileName, TNotUsingThread aNotUsingThread)
     : this( aNotUsingThread )
 {
     iSourceFileName = aFileName;
 }