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