public static void Main() { using (SimpleFBO example = new SimpleFBO()) { Utilities.SetWindowTitle(example); example.Run(30.0, 0.0); } }