コード例 #1
0
        public async Task GetIndustryTeams()
        {
            IndustryTeamCollection result = await crest.GetIndustryTeamsAsync();

            Console.Write(result);
        }
コード例 #2
0
ファイル: EveCrest_Public_Tests.cs プロジェクト: ajni/evelib
 public async Task GetIndustryTeams()
 {
     IndustryTeamCollection result = await crest.GetIndustryTeamsAsync();
 }