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