コード例 #1
0
        public async Task GetIndustrySystemsAsync()
        {
            IndustrySystemCollection result = await crest.GetIndustrySystemsAsync();

            Console.Write(result);
        }
コード例 #2
0
 public async Task IndustrySystems()
 {
     IndustrySystemCollection response = await crest.GetRoot().QueryAsync(r => r.Industry.Systems);
 }
コード例 #3
0
ファイル: EveCrest_Public_Tests.cs プロジェクト: ajni/evelib
 public async Task GetIndustrySystemsAsync()
 {
     IndustrySystemCollection result = await crest.GetIndustrySystemsAsync();
 }