using SqlSugar;
|
//using SqlSugar.ClickHouse;
|
|
namespace IStation.Client
|
{
|
internal static class Program
|
{
|
[STAThread]
|
static void Main()
|
{
|
////³ÌÐòÆô¶¯Ê±¼ÓÈë
|
//InstanceFactory.CustomAssemblies =
|
// new System.Reflection.Assembly[] { typeof(ClickHouseProvider).Assembly };
|
|
DAL.DbInitial.InitTables();
|
SnowflakeIdHelper.SetIdGenerator(1);
|
|
ApplicationConfiguration.Initialize();
|
Application.Run(new Form2());
|
}
|
}
|
}
|