コード例 #1
0
 private void EndCall(Port source, Port target)
 {
     _currentCall.End(DateTime.Now);
     target.OnEndCall(source);
 }