Exemplo n.º 1
0
 public UpdateControlSheetsDialogView(ControlPatternByFamily screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 2
0
 public ControlPatternByFamilyCollectionView(ControlPatternByFamily screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 3
0
 public FamilyCharacteristicByLangView(ControlPatternByFamily screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 4
0
 public CopyControlPatternByFamilyDialogView(ControlPatternByFamily screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 5
0
 public ControlPatternByFamilyEntityView(ControlPatternByFamily screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }