Exemplo n.º 1
0
 private bool GotoView()
 {
     _choice = CityInfoChoice.Info;
     _update = true;
     Common.AddScreen(new CityView(_city));
     return(true);
 }
Exemplo n.º 2
0
 private bool GotoHappy()
 {
     _choice = CityInfoChoice.Happy;
     _update = true;
     return(true);
 }
Exemplo n.º 3
0
 private bool GotoMap()
 {
     _choice = CityInfoChoice.Map;
     _update = true;
     return(true);
 }
Exemplo n.º 4
0
 private bool GotoInfo()
 {
     _choice = CityInfoChoice.Info;
     _update = true;
     return(true);
 }