lixiaojun
2024-08-16 2779e00649911e53903b7ff15c55eae9cfda6333
WinFrmUI/Yw.WinFrmUI.Hydro.L2d.Core/ImageInfo/PictureLineInfo.cs
@@ -12,6 +12,7 @@
        public PictureLineInfo(PictureLineInfo rhs)
        {
            #region base
            this.ID = rhs.ID;
            this.Name = rhs.Name;
            this.AllowEdit = rhs.AllowEdit;
@@ -19,6 +20,7 @@
            this.Level = rhs.Level;
            this.Description = rhs.Description;
            this.Tag = rhs.Tag; 
            #endregion
            this.StartPointF = rhs.StartPointF;