Files

14 lines
220 B
C#
Raw Permalink Normal View History

2026-03-11 15:21:27 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace .Data
{
internal class PLC_Data
{
}
}