diff --git a/MainWindow.xaml b/MainWindow.xaml index 3ad07d5..3258512 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -10,7 +10,7 @@ - + diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 5af8341..fefe109 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -32,6 +32,11 @@ namespace formula_manage sql.ShowDialog();//实例化并置顶打开数据库设置窗口 } + private void SQLBAK(object sender, RoutedEventArgs e) + { + Windows.SQL_BAK sqlbak = new Windows.SQL_BAK(); + sqlbak.ShowDialog();//实例化并置顶打开数据库备份窗口 + } private void SOFTWARE_SET(object sender, RoutedEventArgs e) { Windows.APP_set APP_set = new Windows.APP_set();