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