Exemplo n.º 1
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public LogLevelFilter(LogCatControl control)
 {
     this.control = control;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public LogLevelFilter(LogCatControl control)
 {
     this.control = control;
 }
Exemplo n.º 3
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public LogServiceListener(LogCatControl control, Thread myThread)
 {
     this.control  = control;
     this.myThread = myThread;
 }
Exemplo n.º 4
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public LogServiceListener(LogCatControl control, Thread myThread)
 {
     this.control = control;
     this.myThread = myThread;
 }