duheng
2024-07-23 3fec42c6383aa3b8d65f744a93b8a918d7cc6e02
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());
        }
    }
}