コード例 #1
0
 public BlockSimulationEvent(SimulatedResetEvent resetEvent, SimulationEngine engine)
 {
     SimTime     = engine.CurrentTime;
     _resetEvent = resetEvent;
 }
コード例 #2
0
 public SetSimulatedResetEventEvent(SimulatedResetEvent resetEvent, DateTime simulateAtTime)
 {
     SimTime     = simulateAtTime;
     _resetEvent = resetEvent;
 }