示例#1
0
 public void DisablePTT()
 {
     recorder.StopRecording();
     InterceptKeys.UnHookKeyboard();
     StartRecording();
 }