Exemplo n.º 1
0
 public List <int> GetAlertedNodes(int _targetNodeID)
 {
     return(controller.GetAlertedNodes(_targetNodeID));
 }