コード例 #1
0
 public DownloadService()
 {
     _client        = new LingoHubClient.LingoHubClient(Program.Configuration.Username, Program.Configuration.Password);
     _expandService = new ExpandResxService();
 }
コード例 #2
0
 public UploadService()
 {
     _client      = new LingoHubClient.LingoHubClient(Program.Configuration.Username, Program.Configuration.Password);
     _resxService = new CombineResxService();
 }