public static void Main() { var app = new MyApplication(); app.Run(); }
public static void Main() { var app = new MyApplication(); app.gameWindow.Run(); }
public static void Main() { var app = new MyApplication(); //run the update loop, which calls our registered callbacks app.gameWindow.Run(); }
public static void Main() { MyApplication app = new MyApplication(); app.gameWindow.Run(60.0); }