예제 #1
0
        private bool disposedValue = false; // 要检测冗余调用

        #endregion Fields

        #region Constructors

        public Laser(LaserInfo info)
        {
            Info = info;
            IsStarted = false;
        }
예제 #2
0
 public LaserInstanceInfo(LaserInfo info, Type type)
 {
     Info = info;
     Type = type;
 }