diff --git a/MainWindow.xaml b/MainWindow.xaml index 2b4caf1..374fde3 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -27,8 +27,9 @@ + - + diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 3deadc5..9496ea0 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -69,12 +69,22 @@ namespace formula_manage APP_set.ShowDialog();//实例化并置顶打开设置窗口 } + private void USER_SET(object sender, RoutedEventArgs e) + { + + } + private void HELP(object sender, RoutedEventArgs e) { Help help_page = new Help(); help_page.ShowDialog();//实例化并置顶打开信息窗口 } + private void MAC_SET(object sender, RoutedEventArgs e) + { + + } + private void STUFF(object sender, RoutedEventArgs e) { Windows.Stuff stuff = new Windows.Stuff();