/// <summary>
 /// Default ctor
 /// </summary>
 public LogLevelFilter(LogCatControl control)
 {
     this.control = control;
 }
 /// <summary>
 /// Default ctor
 /// </summary>
 public LogLevelFilter(LogCatControl control)
 {
     this.control = control;
 }
Beispiel #3
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public LogServiceListener(LogCatControl control, Thread myThread)
 {
     this.control  = control;
     this.myThread = myThread;
 }
Beispiel #4
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public LogServiceListener(LogCatControl control, Thread myThread)
 {
     this.control = control;
     this.myThread = myThread;
 }