diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index c3e419f..4df04bf 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -40,8 +40,7 @@ namespace SUNLIGHT_Audit.git help.ShowDialog();//实例化并置顶打开信息窗口 } - private void RadioButton_Checked(object sender, RoutedEventArgs e) - { + private void RadioButton_Checked(object sender, RoutedEventArgs e)//工具栏 if (!(sender is RadioButton button)) return; if (string.IsNullOrEmpty(button.Content.ToString())) return; switch (button.Content.ToString())