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;