Example #1
0
 private void StopRecording()
 {
     RecordingForm.StopForm();
     InterceptKeys.StopHook();
     InterceptMouse.StopHook();
     XMLRecorder.Serialize();
 }
Example #2
0
 private void StartRecording()
 {
     RecordingForm.StartForm();
     InterceptKeys.StartHook();
     InterceptMouse.StartHook();
     InterceptDelays.ResetTimer();
 }