Пример #1
0
 private void DirctList_SelectionChanged(object sender, System.Windows.Controls.SelectionChangedEventArgs e)
 {
     /** After returning to the main menu to restart the
      * Install/Activation procedure, the selection will
      * be changed because it no longer exists.
      */
     try
     {
         _install.CheckMCCWinStorePath(DirctList.SelectedValue.ToString());
     }
     catch (NullReferenceException)
     {
         return;
     }
 }
Пример #2
0
 private void DirctList_SelectionChanged(object sender, System.Windows.Controls.SelectionChangedEventArgs e)
 {
     _install.CheckMCCWinStorePath(DirctList.SelectedValue.ToString());
 }