Ejemplo n.º 1
0
        /// <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();
        }
Ejemplo n.º 2
0
 public Exchange()
 {
     InitializeComponent();
     UPCCode.Focus();
     InitPhidget();
 }