Files

14 lines
208 B
C#
Raw Permalink Normal View History

2026-05-04 14:46:58 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace .Data
{
internal class PLC_Data
{
}
}