Пример #1
0
 public void Restart()
 {
     _timer.Stop();
     _instrumentRepository.CleanPrices();
     _timer.Enabled = true;
 }