lixiaojun
2024-07-19 2415c4eedaa96532ffc7eb1c7e5d018106115bf4
Desktop/HStation.Desktop.Xhs.Core/Program.cs
@@ -22,8 +22,9 @@
            //扫描全局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());
        }
    }
}