Example #1
0
 public ScanReportBL()
 {
     this.Scan = new ScanBL();
 }
Example #2
0
 public ScanMonitorBL()
 {
     this.ScanBL = new ScanBL();
 }
Example #3
0
 public ScanSummaryBL()
 {
     this.Scan = new ScanBL();
 }
Example #4
0
 public ScanPL()
 {
     this.Scan = new ScanBL();
 }