| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using System.Windows.Forms; |
| | | using static Yw.WinFrmUI.Q3D.MapViewEnum; |
| | | using static Yw.WinFrmUI.Q3d.MapViewEnum; |
| | | |
| | | namespace Yw.WinFrmUI.Q3D |
| | | namespace Yw.WinFrmUI.Q3d |
| | | { |
| | | public interface IBaseViewModel |
| | | { |
| | |
| | | |
| | | bool isNode(); |
| | | |
| | | |
| | | |
| | | } |
| | | [Serializable] |
| | | public class TagList:List<string> |
| | | public class TagList : List<string> |
| | | { |
| | | [Category("其他参数")] |
| | | [Browsable(false)] |
| | | public override string ToString() |
| | | public override string ToString() |
| | | { |
| | | if (Count==0) |
| | | if (Count == 0) |
| | | return "null"; |
| | | else |
| | | return string.Join(",", this); |
| | | return string.Join(",", this); |
| | | } |
| | | |
| | | //public TagList(string value):base(value.Split(',')) |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |