コード例 #1
0
 public ACSAlias(string Key)
 {
     client = new ACSRestAPIClient(Key);
 }
コード例 #2
0
 public ACSAlias()
 {
     client = new ACSRestAPIClient();
 }