Esempio n. 1
0
 public PlcInstanceInfo(PlcInfo info, Type type)
 {
     Info = info;
     Type = type;
 }
Esempio n. 2
0
        private bool disposedValue = false; // 要检测冗余调用

        #endregion Fields

        #region Constructors

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