コード例 #1
0
ファイル: PidService.cs プロジェクト: svast/OOAPI
 public int TestConnection(int value)
 {
     return(_client.testConnection(value));
 }