Example #1
0
 public ConfigureSpecificBankRuleChildDialogView(BankAccountCompany screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Example #2
0
 public BankAccountCompanyEntityView(BankAccountCompany screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Example #3
0
 public BankAccountCompanyCollectionView(BankAccountCompany screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }