common/Hardware/PLC/Siemens/Client/Core/SpsController.cs
2026-04-23 17:50:07 +02:00

15 lines
232 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Xylem.Common.Hardware.Plc.Siemens.Client.Core
{
public static class SpsController
{
}
}