Browse Source

自定义标题栏Merge branch 'master' of http://192.168.0.12:13000/sc/SUNLIGHT-Audit

master
忱 沈 4 years ago
parent
commit
f31898bed7
  1. 3
      MainWindow.xaml.cs

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