예제 #1
0
		private async void ShowDisplayAlert (EWinner winner)
		{
			await Application.Current.MainPage.DisplayAlert ("", winner.ToString () + " Winner!", "Reset");
			Application.Current.MainPage = new FieldPage ();
		}
예제 #2
0
파일: GameModel.cs 프로젝트: Exis19ce/XvsO
 public GameModel()
 {
     _CurrentPlayerStep = EWinner.X;
 }