Example #1
0
 private void StartGame(MainModel main, InputViewVM input)
 {
     _intervals = new Intervals(main, input, _score);
     _intervals.Start();
 }
Example #2
0
 private void CreateCounter(MainModel main, InputViewVM input)
 {
     _lockdown = new Lockdown(main, input);
     _lockdown.Start();
 }