private void ResetAddCustomerToQueueWindow()
 {
     addCustomerToQueueWindow = MAUIUtilities.GetWindow(BankWorkBench.Application,
                                                        ResourceNames.AddCustomerToQueue.WindowTitle, false);
 }
Ejemplo n.º 2
0
 public ShellAdapter()
 {
     shellWindow = MAUIUtilities.GetWindow(BankWorkBench.Application,
                                           ResourceNames.Shell.WindowTitle);
 }
Ejemplo n.º 3
0
 public AuthenAdapter()
 {
     //BankWorkBench.Kill();
     authenWindow = MAUIUtilities.GetWindow(BankWorkBench.Application, ResourceNames.Authen.WindowTitle);
 }
 public AddCustomerToQueueAdapter()
 {
     addCustomerToQueueWindow = MAUIUtilities.GetWindow(BankWorkBench.Application, ResourceNames.AddCustomerToQueue.WindowTitle);
 }
Ejemplo n.º 5
0
 private void ResetAuthenWindow()
 {
     authenWindow = MAUIUtilities.GetWindow(BankWorkBench.Application,
                                            ResourceNames.Authen.WindowTitle, false);
 }
Ejemplo n.º 6
0
 private void ResetFindCustomerResultsWindow()
 {
     Sleeper.Delay(500);
     findCustomerResultsWindow = MAUIUtilities.GetWindow(BankWorkBench.Application,
                                                         ResourceNames.FindCustomerResults.WindowTitle, false);
 }
Ejemplo n.º 7
0
 public FindCustomerResultsAdapter()
 {
     findCustomerResultsWindow = MAUIUtilities.GetWindow(BankWorkBench.Application,
                                                         ResourceNames.FindCustomerResults.WindowTitle);
 }
Ejemplo n.º 8
0
 public AddReasonAdapter()
 {
     addReasonWindow = MAUIUtilities.GetWindow(BankWorkBench.Application, ResourceNames.AddReason.WindowTitle);
 }
 private void ResetFindCustomerWindow()
 {
     findCustomerWindow = MAUIUtilities.GetWindow(BankWorkBench.Application,
                                                  ResourceNames.FindCustomer.WindowTitle, false);
 }