private bool GotoView() { _choice = CityInfoChoice.Info; _update = true; Common.AddScreen(new CityView(_city)); return(true); }
private bool GotoHappy() { _choice = CityInfoChoice.Happy; _update = true; return(true); }
private bool GotoMap() { _choice = CityInfoChoice.Map; _update = true; return(true); }
private bool GotoInfo() { _choice = CityInfoChoice.Info; _update = true; return(true); }