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