Example #1
0
 private void Timer_Tick(Object sender, EventArgs e)
 {
     _model.StepSimulation();
 }
Example #2
0
        public void StepIncTest()
        {
            _model._kozpont.NewSimulation(data);

            _model.StepSimulation();

            Assert.AreEqual(1, _model._kozpont.TotalSteps);
        }