📅  最后修改于: 2022-03-11 14:49:14.304000             🧑  作者: Mango
private void buttonRecord_Click(object sender, EventArgs e)
{
Shell32.Shell shell = new Shell32.Shell();
shell.MinimizeAll();
macro.Events.Clear();
lastTimeRecorded = Environment.TickCount;
keyboardHook.Start();
mouseHook.Start();
}