예제 #1
0
		protected override void OnPointSelected(MapPoint place)
		{
			AppCommon.Inst.CurrentReq = new Request { Src = place };
			NavigationController.PushViewController(
				AppDelegate.Inst.StoryBoard.InstantiateViewController("ReqDetailsScreen") as ReqDetailsScreen, true);
		}
예제 #2
0
 protected abstract void OnPointSelected(SavariWala.MapPoint place);