Desktop/HStation.Desktop.Xhs.Core/Program.cs
@@ -17,13 +17,14 @@ //if (!LoginHelper.Login()) //{ // return; // return; //} //扫描全局DTO映射 //TypeAdapterConfig.GlobalSettings.Scan(Assembly.Load("Yw.BLL.Auth.Core"), Assembly.Load("HStation.BLL.Xhs.Core")); Application.Run(new TestForm()); DbFirstHelper.Initial(); //TestHelper.AddTestProject(); Application.Run(new MainForm()); } } }