diff --git a/Help.xaml b/Help.xaml
index ae8a52c..8124911 100644
--- a/Help.xaml
+++ b/Help.xaml
@@ -12,10 +12,10 @@
-
+
-
-
+
+
diff --git a/MainWindow.xaml b/MainWindow.xaml
index 0255b36..1a21f15 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -11,15 +11,17 @@
-
-
-
-
-
+
+
+
+
+
@@ -72,9 +74,9 @@
-
-
-
-
+
+
+
+
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
index b7f7056..00fb464 100644
--- a/MainWindow.xaml.cs
+++ b/MainWindow.xaml.cs
@@ -12,6 +12,7 @@ using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
+using System.Windows.Threading;
namespace formula_manage
{
@@ -24,5 +25,30 @@ namespace formula_manage
{
InitializeComponent();
}
+ private void HELP(object sender, RoutedEventArgs e)
+ {
+ Help help_page = new Help();
+ help_page.ShowDialog();//实例化并置顶打开信息窗口
+ }
+
+ private void print(object sender, RoutedEventArgs e)
+ {
+
+ }
+
+ private void confirm(object sender, RoutedEventArgs e)
+ {
+
+ }
+
+ private void delete(object sender, RoutedEventArgs e)
+ {
+
+ }
+
+ private void save(object sender, RoutedEventArgs e)
+ {
+
+ }
}
}
diff --git a/formula_manage.csproj b/formula_manage.csproj
index fc608a7..f18e431 100644
--- a/formula_manage.csproj
+++ b/formula_manage.csproj
@@ -104,5 +104,8 @@
+
+
+
\ No newline at end of file