コード例 #1
0
 private ReportingManager(string filePath)
 {
     this.helper = new DocumentationHelper(filePath);
 }
コード例 #2
0
 private TransactionalManager(string filePath)
 {
     this.helper = new DocumentationHelper(filePath);
 }
コード例 #3
0
 private ReportingManager(string filePath)
 {
     this.helper = new DocumentationHelper(filePath);
 }
コード例 #4
0
 private TransactionalManager(string filePath)
 {
     this._helper = new DocumentationHelper(filePath);
 }