public static void Main6()
 {
     using (GameWindow example = new ThreadedRendering())
     {
         // Utilities.SetWindowTitle(example);
         example.Run();
     }
 }
Beispiel #2
0
 public static void Main()
 {
     using (GameWindow example = new ThreadedRendering())
     {
         // Get the title and category  of this example using reflection.
         Utilities.SetWindowTitle(example);
         example.Run();
     }
 }
Beispiel #3
0
 public static void Main()
 {
     using (GameWindow example = new ThreadedRendering())
     {
         // Get the title and category  of this example using reflection.
         Utilities.SetWindowTitle(example);
         example.Run();
     }
 }