コード例 #1
0
 public bool SetDevID(string devID, string newDevID)
 {
     xd.SendSetDevID(devID, newDevID);
     return(true);
 }