添加了数据库相关了类,和枚举类型相关的类,并且将枚举类型绑定到前段
This commit is contained in:
@@ -41,10 +41,17 @@ namespace PMSWPF
|
||||
protected override void OnStartup(StartupEventArgs e)
|
||||
{
|
||||
base.OnStartup(e);
|
||||
CheckDb();
|
||||
|
||||
MainWindow = Services.GetRequiredService<MainView>();
|
||||
MainWindow.Show();
|
||||
}
|
||||
|
||||
private void CheckDb()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// [STAThread]
|
||||
// static void Main(string[] args)
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user