Ejemplo n.º 1
0
 public void UnFreeze()
 {
     lock (freezeLock)
     {
         Flashlight.InitCamera();
         secondsTimer_Tick(null, null);
         SecondsTimer.Start();
         MusicView.XNAFrameworkDispatcher.Start();
     }
 }