Example #1
0
 private void StopRecording()
 {
     RecordingForm.StopForm();
     InterceptKeys.StopHook();
     InterceptMouse.StopHook();
     XMLRecorder.Serialize();
 }