Exemplo n.º 1
0
 public QualityInspectionValueRecordsView(QualityInspectionValueRecords screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 2
0
 public ChangeEmployeeDialogView(QualityInspectionValueRecords screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 3
0
 public CreateNewNonConformityDialogView(QualityInspectionValueRecords screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 4
0
 public ControlSheetCharacView(QualityInspectionValueRecords screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }