コード例 #1
0
ファイル: LTPService.cs プロジェクト: kiapper/ltp-cloud-sdk
 public LTPService(String strAuthor)
 {
     m_cirServ = new CirService(strAuthor);
     Authorize(strAuthor);
 }
コード例 #2
0
ファイル: LTPService.cs プロジェクト: tmacmilan/ltp-cloud-sdk
 public LTPService(String strAuthor)
 {
     m_cirServ = new CirService(strAuthor);
     Authorize(strAuthor);
 }