Example #1
0
 private void LoadCmdExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     try
     {
         WinAvrConnector.Load();
     }
     catch (Exception)
     {
         ShowWinAvrError();
     }
 }