示例#1
0
 public static void Main(string[] args)
 {
     // entry point
     using (OpenTKApp app = new OpenTKApp()) { app.Run(30.0, 0.0); }
 }
示例#2
0
 public static void Main(string[] args)
 {
     // entry point
     Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("en-US"); // thanks Mathijs
     using (OpenTKApp app = new OpenTKApp()) { app.Run(30.0, 0.0); }
 }