Example #1
0
 public void Remove(IRoutingAgent agent)
 {
     agents.Remove(agent);
 }
Example #2
0
 public void Remove(IRoutingAgent agent)
 {
     agents.Remove(agent);
 }
Example #3
0
 public void Add(IRoutingAgent agent)
 {
     agents.Add(agent);
 }
Example #4
0
 public void Add(IRoutingAgent agent)
 {
     agents.Add(agent);
 }