initial commit

This commit is contained in:
Arin(asus)
2024-11-26 20:15:16 +09:00
commit 973524ee77
435 changed files with 103766 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
using AR;
using COMM;
using System;
using System.Collections.Generic;
using System.Data.Common;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace vmsnet
{
public partial class FMain
{
void _USER_INIT_DEVICE()
{
//공용변수 초기화
VAR.Init();
//연결체크용 쓰레드
thConnection= Task.Run(() => bwDeviceConnection());
}
}
}