I initialize this as _mapView = Globals.AppMainMapView;
at constructor
Error occurred here when I use _mapView :
if (_mapView.Editor.Cancel.CanExecute(null))
{
_mapView.Editor.Cancel.Execute(null);
}
I initialize this as _mapView = Globals.AppMainMapView;
at constructor
Error occurred here when I use _mapView :
if (_mapView.Editor.Cancel.CanExecute(null))
{
_mapView.Editor.Cancel.Execute(null);
}