Beispiel #1
0
 private static void Main(string[] args)
 {
     #if OpenTK || Debug
     using (DemoWindow demo = new DemoWindow())
     {
         demo.Run();
     }
     #else
     Console.WriteLine("DaocClientLib.Demo does not support this configuration of DaocClientLib.");
     #endif
 }
Beispiel #2
0
 private static void Main(string[] args)
 {
                 #if OpenTK || Debug
     using (DemoWindow demo = new DemoWindow())
     {
         demo.Run();
     }
                 #else
     Console.WriteLine("DaocClientLib.Demo does not support this configuration of DaocClientLib.");
                 #endif
 }