Files

14 lines
217 B
C#
Raw Permalink Normal View History

2026-04-20 11:51:33 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace .Data
{
internal class PLC_Data
{
}
}