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