public BlockSimulationEvent(SimulatedResetEvent resetEvent, SimulationEngine engine)
 {
     SimTime     = engine.CurrentTime;
     _resetEvent = resetEvent;
 }
Ejemplo n.º 2
0
 public SetSimulatedResetEventEvent(SimulatedResetEvent resetEvent, DateTime simulateAtTime)
 {
     SimTime     = simulateAtTime;
     _resetEvent = resetEvent;
 }