diff --git a/MainWindow.xaml b/MainWindow.xaml
index 4102012..472db22 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -78,7 +78,7 @@
-
+
@@ -109,7 +109,7 @@
-
+
+
@@ -189,8 +190,8 @@
-
-
+
+
@@ -199,7 +200,7 @@
-
+
diff --git a/Windows/Machine.xaml.cs b/Windows/Machine.xaml.cs
index 6cca27d..a363b77 100644
--- a/Windows/Machine.xaml.cs
+++ b/Windows/Machine.xaml.cs
@@ -195,7 +195,8 @@ namespace formula_manage.Windows
}
else
{
- GridSql();
+ GridSql();
+ System.Windows.MessageBox.Show("添加完成");//
}
}
else
@@ -213,6 +214,7 @@ namespace formula_manage.Windows
else
{
GridSql();
+ System.Windows.MessageBox.Show("修改完成");//
}
}
}
diff --git a/Windows/Stuff.xaml.cs b/Windows/Stuff.xaml.cs
index b621047..38bdc28 100644
--- a/Windows/Stuff.xaml.cs
+++ b/Windows/Stuff.xaml.cs
@@ -265,6 +265,7 @@ namespace formula_manage.Windows
else if (Button_ID == 2) GridSql(2);
else if (Button_ID == 3) GridSql(3);
else if (Button_ID == 4) GridSql(4);
+ System.Windows.MessageBox.Show("添加完成");
}
}
else
@@ -291,6 +292,7 @@ namespace formula_manage.Windows
else if (Button_ID == 2) GridSql(2);
else if (Button_ID == 3) GridSql(3);
else if (Button_ID == 4) GridSql(4);
+ System.Windows.MessageBox.Show("修改完成");
}
}
}