public ESRKeyRecorder(ESRRecorder recorder) { this.ESRRecorder = recorder; this.NeedtoUpDownList = new List <VirtualKeyCode>() { VirtualKeyCode.CONTROL, VirtualKeyCode.LCONTROL, VirtualKeyCode.RCONTROL, VirtualKeyCode.SHIFT, VirtualKeyCode.LSHIFT, VirtualKeyCode.RSHIFT, VirtualKeyCode.MENU, VirtualKeyCode.LMENU, VirtualKeyCode.RMENU, }; }
public ESRWaitingRecorder(ESRRecorder recorder) { this.ESRRecorder = recorder; }
public ESRPlayer(ESRRecorder recorder) { this.ESRRecorder = recorder; }
public ESRMouseRecorder(ESRRecorder recorder) { this.ESRRecorder = recorder; }
public ESRRecorderItemConfigManager(ESRRecorder recorder) { this.ESRRecorder = recorder; }
public ESRApplicationRecorder(ESRRecorder recorder) { this.ESRRecorder = recorder; }