示例#1
0
 public List <byte[]> request(string cmd, params string[] args)
 {
     return(link.request(cmd, args));
 }