private void ResetAddCustomerToQueueWindow() { addCustomerToQueueWindow = MAUIUtilities.GetWindow(BankWorkBench.Application, ResourceNames.AddCustomerToQueue.WindowTitle, false); }
public ShellAdapter() { shellWindow = MAUIUtilities.GetWindow(BankWorkBench.Application, ResourceNames.Shell.WindowTitle); }
public AuthenAdapter() { //BankWorkBench.Kill(); authenWindow = MAUIUtilities.GetWindow(BankWorkBench.Application, ResourceNames.Authen.WindowTitle); }
public AddCustomerToQueueAdapter() { addCustomerToQueueWindow = MAUIUtilities.GetWindow(BankWorkBench.Application, ResourceNames.AddCustomerToQueue.WindowTitle); }
private void ResetAuthenWindow() { authenWindow = MAUIUtilities.GetWindow(BankWorkBench.Application, ResourceNames.Authen.WindowTitle, false); }
private void ResetFindCustomerResultsWindow() { Sleeper.Delay(500); findCustomerResultsWindow = MAUIUtilities.GetWindow(BankWorkBench.Application, ResourceNames.FindCustomerResults.WindowTitle, false); }
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); }