/// <summary> /// Handles the RunWorkerCompleted event of the PageLoad control. /// </summary> /// <param name="sender">The source of the event.</param> /// <param name="e">The <see cref="RunWorkerCompletedEventArgs" /> instance containing the event data.</param> private void PageLoad_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e) { if (BaseController.IsLoggedOnUser) { Login.Content = "Logout"; } BetteryBusyIndicator.IsBusy = false; UPCCode.Focus(); }
public Exchange() { InitializeComponent(); UPCCode.Focus(); InitPhidget(); }