/// <summary> /// Launch the Image test. /// </summary> public static void Main() { using (var game = new ComplexLayoutTest()) { game.IsUpdateAutomatic = true; game.Run(); } }