diff --git a/MainWindow.xaml b/MainWindow.xaml
index 78ee4a5..36a6c24 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -29,7 +29,11 @@
-
+
+ mc:Ignorable="d" Title="Sql" Loaded="Window_SQL"
+ Height="450" Width="248" MaxHeight="450" MaxWidth="248" ResizeMode="NoResize">
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Windows/Sql.xaml.cs b/Windows/Sql.xaml.cs
index 5ecedc3..e3a0125 100644
--- a/Windows/Sql.xaml.cs
+++ b/Windows/Sql.xaml.cs
@@ -11,6 +11,7 @@ using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
+using System.Data.SqlClient;
namespace formula_manage.Windows
{
@@ -24,5 +25,10 @@ namespace formula_manage.Windows
WindowStartupLocation = WindowStartupLocation.CenterScreen;
InitializeComponent();
}
+
+ private void Window_SQL(object sender, RoutedEventArgs e)
+ {
+
+ }
}
}