Example #1
0
 public YoYoStudio.Model.Core.Command AddCommand(int userId, string token, YoYoStudio.Model.Core.Command command)
 {
     return(client.AddCommand(application_Id, userId, token, command));
 }