Exemplo n.º 1
0
 public TrasnferChildSmallDialogView(ACCTransactionsTemp screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 2
0
 public ACCTransactionsTempAnalyticView(ACCTransactionsTemp screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 3
0
 public GenerateChildDialogView(ACCTransactionsTemp screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }
Exemplo n.º 4
0
 public ACCTransactionsTempVMQueryView(ACCTransactionsTemp screen) : base()
 {
     this.WebDriver = screen.WebDriver;
     this.Screen    = screen;
 }