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