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