摘要: protected DockpaneCadastralMapViewModel() { QueuedTask.Run(() => { LayersRemovedEvent.Subscribe(OnLayerRemoved); LayersAddedEvent.Subscribe(OnLayerAdd 阅读全文
posted @ 2025-08-02 17:00 yzhyingcool 阅读(16) 评论(0) 推荐(0)
摘要: /// <summary> /// 向Combobox加载要素图层名集合。 /// </summary> public ICommand LoadFeatureLayerNamesCommand { get; set; } private void LoadFeatureLayerNames() { 阅读全文
posted @ 2025-08-02 16:53 yzhyingcool 阅读(18) 评论(0) 推荐(0)