duheng
2024-07-22 8e244c142fcc849de0e8c0a12693976b27927b9e
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());
        }
    }
}