static void Main(string[] args) { using (VRPGame game = new VRPGame()) { //TryToSwitchAntialiasingOn(); #if !DEBUG //game.IsFullScreen = true; #endif game.Run(); } }
public VRPProblemSelector(VRPGame game) { this.game = game; }