using KGIS.Framework.Commands; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Kingo.Plugin.MapView.Commands { public class LookPhotoCommand : BaseMenuCommand { public override void OnClick() { throw new NotImplementedException(); } public override void OnCreate(object Hook) { throw new NotImplementedException(); } } }