コード例 #1
0
 /// <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
ファイル: LogCatControl.cs プロジェクト: yuva2achieve/dot42
 /// <summary>
 /// Default ctor
 /// </summary>
 public LogServiceListener(LogCatControl control, Thread myThread)
 {
     this.control  = control;
     this.myThread = myThread;
 }
コード例 #4
0
ファイル: LogCatControl.cs プロジェクト: Xtremrules/dot42
 /// <summary>
 /// Default ctor
 /// </summary>
 public LogServiceListener(LogCatControl control, Thread myThread)
 {
     this.control = control;
     this.myThread = myThread;
 }