using System; using System.Collections.Generic; using System.Linq; using System.Text; using Aitex.Core.RT.PLC; using Aitex.Triton160.RT.Simulator; namespace Aitex.Triton160.RT.PLC { public class PLCEntity : PLCEntityT { public PLCEntity() { } } public class PLCDummyEntity : PLCEntityT { public PLCDummyEntity() { } } }