Ejemplo n.º 1
0
 public void StopView()
 {
     StopSchedule();
     _agentInstanceContext.RemoveTerminationCallback(Stop);
 }
Ejemplo n.º 2
0
 public void StopView()
 {
     StopScheduleAndVar();
     AgentInstanceContext.RemoveTerminationCallback(this);
 }