Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TailThread" /> class.
 /// </summary>
 /// <param name="serialFileReader">The line file reader.</param>
 public TailThread(ITailWatcher tailWatcher)
 {
     this.tailWatcher = tailWatcher;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TailThread" /> class.
 /// </summary>
 /// <param name="serialFileReader">The line file reader.</param>
 public TailThread(ITailWatcher tailWatcher)
 {
     this.tailWatcher = tailWatcher;
 }