コード例 #1
0
ファイル: AutoAttendantForm.cs プロジェクト: oldfox94/itapi3
 private void DisconnectCall()
 {
     SetStatusMessage("Waiting for a call...");
     if (activeCall != null)
     {
         activeCall.Dispose();
         activeCall = null;
     }
 }