コード例 #1
0
 /// <summary>
 /// Executes a command by GUID and ID
 /// </summary>
 /// <returns>Returns <see langword="true"/> if the command was succesfully executed; otherwise <see langword="false"/>.</returns>
 public Task <bool> ExecuteAsync(CommandID cmd, string argument = "")
 => cmd.ExecuteAsync(argument);