Exemple #1
0
 public bool DelayMacro(string args)
 {
     try
     {
         return(Macro.Delay(int.Parse(args)));
     }
     catch
     {
     }
     return(true);
 }