public static void Main() { using (FullscreenAntialias example = new FullscreenAntialias()) { // Get the title and category of this example using reflection. Utilities.SetWindowTitle(example); example.Run(30.0, 0.0); } }