Ejemplo n.º 1
0
 // Запускает демонстрацию
 private void Play()
 {
     if (!isPlaying)
     {
         momentum.StartSimulation();
         isPlaying         = true;
         playBtn.IsEnabled = false;
         stopBtn.IsEnabled = true;
     }
 }