Ejemplo n.º 1
0
 public MainLoopTimer()
 {
     if(PlatformDetector.DetectPlatform() == Platform.Windows)
         mainLoopTimer = new TimerQueue();
     else
         mainLoopTimer = new TimerMainLoopTimer();
 }
Ejemplo n.º 2
0
 public MainLoopTimer()
 {
     if (PlatformDetector.DetectPlatform() == Platform.Windows)
     {
         mainLoopTimer = new TimerQueue();
     }
     else
     {
         mainLoopTimer = new TimerMainLoopTimer();
     }
 }