Files
2026-06-08 17:06:10 +08:00

23 lines
628 B
C#

using Newtonsoft.Json;
using System;
using System.Threading;
using SystemFramework;
namespace MesWork
{
public partial class Temp { }
public partial class MesWorkForm
{
protected override void OnShown(EventArgs e)
{
//ThreadPool.SetMaxThreads(2000, 800);
//Never_Know.Hello_You_All_Never_Know = Hello_You_All_Never_Know;
//new ApplicationLog();
//LoadOPCData(MesWorkForm.BasicDataTableFile, MesWorkForm.IsDemoMesServer, MesWorkForm.IsWriteMonitorLog, true);
//initServer = new InitServer(MesWorkForm.WebSvrUrlPort);
}
}
}