예제 #1
0
 public PlcInstanceInfo(PlcInfo info, Type type)
 {
     Info = info;
     Type = type;
 }
예제 #2
0
파일: Plc.cs 프로젝트: legendmaker/Apintec
        private bool disposedValue = false; // 要检测冗余调用

        #endregion Fields

        #region Constructors

        public Plc(PlcInfo info)
        {
            Info = info;
            IsStarted = false;
        }