Beispiel #1
0
 private string disableNode()
 {
     return(node.DisableNode() ? "OK" : "ERROR");
 }