|
|
|
@ -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()) |
|
|
|
|