コード例 #1
0
ファイル: TextReporter.cs プロジェクト: chadfords/nfx
 public TextReporter(CheckList list) : base(list)
 {
 }
コード例 #2
0
ファイル: Reporter.cs プロジェクト: vlapchenko/nfx
 protected Reporter(CheckList list)
 {
   m_List = list;
 }
コード例 #3
0
ファイル: XMLReporter.cs プロジェクト: chadfords/nfx
 public XMLReporter(CheckList list) : base(list)
 {
 }
コード例 #4
0
ファイル: HTMLReporter.cs プロジェクト: vlapchenko/nfx
        public HTMLReporter(CheckList list) : base(list)
        {

        }
コード例 #5
0
ファイル: TextReporter.cs プロジェクト: itadapter/nfx
 public TextReporter(CheckList list)
     : base(list)
 {
 }
コード例 #6
0
ファイル: Reporter.cs プロジェクト: lulzzz/nfx-1
 protected Reporter(CheckList list)
 {
     m_List = list;
 }