private void OnWindowClientSizeChanged(object sender, System.EventArgs e) { this.resolutionManager.SetResolution(this.Window.ClientBounds.Width, this.Window.ClientBounds.Height); tileManager.AdjustLocation(); }