コード例 #1
0
ファイル: Exchange.xaml.cs プロジェクト: paulmposton/68818072
        /// <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();
        }
コード例 #2
0
 public Exchange()
 {
     InitializeComponent();
     UPCCode.Focus();
     InitPhidget();
 }