Exemple #1
0
 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();
 }
Exemple #2
0
 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();
 }