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