示例#1
0
 private void LoadByDefaultButton_OnClick(object sender, RoutedEventArgs e)
 {
     try
     {
         _clickManagerCopy.InitializeDefaultClicks();
         UpdateActions();
         ActionsGrid.ItemsSource = Actions;
     }
     catch (Exception ex)
     {
         MessageBox.Show(ex.Message, "TaxiAutoClicker");
     }
 }