diff --git a/软件系统服务端Wpf/App.xaml.cs b/软件系统服务端Wpf/App.xaml.cs index 8b97ff4..9fe8963 100644 --- a/软件系统服务端Wpf/App.xaml.cs +++ b/软件系统服务端Wpf/App.xaml.cs @@ -13,5 +13,9 @@ namespace 软件系统服务端Wpf /// public partial class App : Application { + protected override void OnStartup(StartupEventArgs e) + { + base.OnStartup(e); + } } } diff --git a/软件系统服务端Wpf/LoginWindow.xaml b/软件系统服务端Wpf/LoginWindow.xaml new file mode 100644 index 0000000..7726bd4 --- /dev/null +++ b/软件系统服务端Wpf/LoginWindow.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/软件系统服务端Wpf/LoginWindow.xaml.cs b/软件系统服务端Wpf/LoginWindow.xaml.cs new file mode 100644 index 0000000..532bcfb --- /dev/null +++ b/软件系统服务端Wpf/LoginWindow.xaml.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Shapes; + +namespace 软件系统服务端Wpf +{ + /// + /// LoginWindow.xaml 的交互逻辑 + /// + public partial class LoginWindow : Window + { + public LoginWindow() + { + InitializeComponent(); + } + } +} diff --git a/软件系统服务端Wpf/软件系统服务端Wpf.csproj b/软件系统服务端Wpf/软件系统服务端Wpf.csproj index 4186fba..a87bef1 100644 --- a/软件系统服务端Wpf/软件系统服务端Wpf.csproj +++ b/软件系统服务端Wpf/软件系统服务端Wpf.csproj @@ -59,6 +59,10 @@ MSBuild:Compile Designer + + Designer + MSBuild:Compile + MSBuild:Compile Designer @@ -67,6 +71,9 @@ App.xaml Code + + LoginWindow.xaml + MainWindow.xaml Code