コード例 #1
0
ファイル: Example1b.cs プロジェクト: war-man/BlogCodeSamples
 public Example1b(ILogger1b logger)
 {
     this.logger = logger;
 }
コード例 #2
0
ファイル: Example1b.cs プロジェクト: gogo71/BlogCodeSamples
 public Example1b(ILogger1b logger)
 {
     this.logger = logger;
 }
コード例 #3
0
ファイル: Example1b.cs プロジェクト: war-man/BlogCodeSamples
 public Example1b()
 {
     this.logger = new Logger1b(LogFile);
 }
コード例 #4
0
ファイル: Example1b.cs プロジェクト: gogo71/BlogCodeSamples
 public Example1b()
 {
     this.logger = new Logger1b(LogFile);
 }