diff --git a/App.xaml b/App.xaml index de5d5cd..de651fd 100644 --- a/App.xaml +++ b/App.xaml @@ -2,7 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:formula_manage" - StartupUri="MainWindow.xaml"> + StartupUri="Login.xaml"> diff --git a/Help.xaml.cs b/Help.xaml.cs index 29f319c..6dbf732 100644 --- a/Help.xaml.cs +++ b/Help.xaml.cs @@ -21,6 +21,7 @@ namespace formula_manage { public Help() { + WindowStartupLocation = WindowStartupLocation.CenterScreen; InitializeComponent(); } } diff --git a/Login.xaml b/Login.xaml new file mode 100644 index 0000000..e240c2b --- /dev/null +++ b/Login.xaml @@ -0,0 +1,25 @@ + + + + + + + + + + + + +