Beispiel #1
0
 public bool RemoveInterfacePin(string id) => flowOutputs.RemovePin(id);
Beispiel #2
0
 public bool RemoveInterfacePin(string id)
 {
     return(dynamicOutputPin.RemovePin(id));
 }