标签: c# wpf esri arcgis-runtime
我在构造函数
_mapView = Globals.AppMainMapView;
使用_mapView时出现错误:
if (_mapView.Editor.Cancel.CanExecute(null)) { _mapView.Editor.Cancel.Execute(null); }