diff --git a/MainWindow.xaml b/MainWindow.xaml
index 356d85c..fb723db 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -40,8 +40,8 @@
-
-
+
+
@@ -54,6 +54,7 @@
+
@@ -62,7 +63,7 @@
-
+
@@ -72,8 +73,8 @@
-
-
@@ -122,47 +123,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
index 6370cb8..60ad503 100644
--- a/MainWindow.xaml.cs
+++ b/MainWindow.xaml.cs
@@ -144,5 +144,10 @@ namespace formula_manage
int P = int.Parse(Procedures_P.Text);
if (P > 1) Procedures_P.Text = (P - 1).ToString();
}
+
+ private void Button_Click_3(object sender, RoutedEventArgs e)
+ {
+
+ }
}
}