コード例 #1
0
 public bool GetDevParam(string devID)
 {
     xd.SendGetDevParam(devID);
     return(true);
 }