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