Esempio n. 1
0
		void BackButton_Clicked (object sender, EventArgs e)
		{
			ExBackCard backcard=new ExBackCard(mKey,mValue,root,this,kanaMode);
			Navigation.InsertPageBefore(backcard,this);
			Navigation.PopAsync();
		}
Esempio n. 2
0
		void TapGestureRecognizer_Tapped (object sender, EventArgs e)
		{
			ExBackCard backcard=new ExBackCard(mKey,mValue,root,this,kMode);
			Navigation.InsertPageBefore(backcard,this);
			Navigation.PopAsync();
		}