diff --git a/MainWindow.xaml b/MainWindow.xaml index 89a2295..2715472 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -110,7 +110,7 @@ - + diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 42f4a8f..cb83954 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -43,7 +43,7 @@ namespace Audit private void help(object sender, RoutedEventArgs e) { Windows.help help = new Windows.help(); - help.Show();//实例化并打开帮助窗口 + help.Show();//实例化并打开信息窗口 } private void RadioButton_Checked(object sender, RoutedEventArgs e)