コード例 #1
0
ファイル: SearchEngine.cs プロジェクト: ericramses/YPILIS
 public SearchEngine()
 {
     m_Parameters = new List<object>();
     m_SearchFillEnum = YellowstonePathology.Business.Search.ReportSearchFillEnum.None;
     this.m_ReportSearchList = new YellowstonePathology.Business.Search.ReportSearchList();
     this.m_AutomatedOrderList = new YellowstonePathology.Business.AutomatedOrderList();
 }
コード例 #2
0
ファイル: SearchEngine.cs プロジェクト: waffle-iron/YPILIS
 public SearchEngine()
 {
     m_Parameters              = new List <object>();
     m_SearchFillEnum          = YellowstonePathology.Business.Search.ReportSearchFillEnum.None;
     this.m_ReportSearchList   = new YellowstonePathology.Business.Search.ReportSearchList();
     this.m_AutomatedOrderList = new YellowstonePathology.Business.AutomatedOrderList();
 }