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