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