Example #1
0
 private void OnCityClicked(object sender, EventArgs e)
 {
     CellGridState.OnCityClicked(sender as ICity);
 }