public void MovesOver(string PlayerScore) { popUpController.Show("", PlayerScore, OnYesClikc, OnNoClikc); }
public void ShowPopUp(int highScore, int courrentGameScore) { popUpController.Show(OnClickTouchToPlay, OnClickMenu, highScore, courrentGameScore); gameView2.DeactivateCurrentGameScore(); }