init: 北航大学BH-DAS项目首次入库
This commit is contained in:
22
CCYQ_JieFang/MW.OnStart.cs
Normal file
22
CCYQ_JieFang/MW.OnStart.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user