Example #1
0
 private void ReloadMapBackground()
 {
     PB_Map.BackgroundImage = View.GetBackgroundTerrain(SelectedBuildingIndex);
     PB_Map.Invalidate(); // background image reassigning to same img doesn't redraw; force it
 }