コード例 #1
0
 public bool SetBlackList(string devID, List <string> blackList)
 {
     xd.SendSetBlackList(devID, blackList);
     return(true);
 }