Beispiel #1
0
 private void CounterDisconnect(Output other)
 {
     m_connections.Remove(other);
     Disconnected.Execute(other);
 }