Ejemplo n.º 1
0
 private void signalsRemoved(System.Collections.Generic.IEnumerable <IObservableEnumerable <ISignalSourceRegistered> .ItemWithPosition> affectedItemsWithPositions)
 => affectedItemsWithPositions.Foreach(aiwp => LabelableObjectRegister.Instance.Unregister(aiwp.Item));
 private void routerOutputsAdded(System.Collections.Generic.IEnumerable <IObservableEnumerable <RouterOutput> .ItemWithPosition> affectedItemsWithPositions)
 => affectedItemsWithPositions.Foreach(aiwp => LabelableObjectRegister.Instance.Register(aiwp.Item));