示例#1
0
 private void Execute()
 {
     //Prevents suspending because of incorrectly Shell-commands
     ThreadController.ExecuteCommandThread(() =>
     {
         Log          = $"{Log}{Environment.NewLine}{cracker.Execute(ADBCommands.EXECUTE, CommandInput)}";
         CommandInput = String.Empty;
     });
 }