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