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