예제 #1
0
파일: Output.cs 프로젝트: shaneasd/ConEdit
 private void CounterDisconnect(Output other)
 {
     m_connections.Remove(other);
     Disconnected.Execute(other);
 }