| 106 | void Set() { ::SetAutomationEventList(this); } |
| 107 | |
| 108 | void SetBaseFrame(int frame) { |
| 109 | Set(); |
| 110 | ::SetAutomationEventBaseFrame(frame); |
| 111 | } |
| 112 | |
| 113 | void StartRecording() { |
| 114 | Set(); |
nothing calls this directly
no outgoing calls
no test coverage detected