示例#1
0
 private static bool StopMacros_OnAction(string args)
 {
     Macros.StopAll();
     return(true);
 }
示例#2
0
 public static void Reset()
 {
     Macros.StopAll();
     Macros.m_Current = (MacroSet)null;
     Macros.m_Current = Macros.Current;
 }