예제 #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;
 }