コード例 #1
0
ファイル: ImageGrid.xaml.cs プロジェクト: noocyte/RndImgSrc
        private async void PopulateGrid()
        {
            GoogleImageSearch gis = new GoogleImageSearch();

            ItemGridView.ItemsSource = await gis.ExaminePhotos("test");
        }
コード例 #2
0
ファイル: ImageGrid.xaml.cs プロジェクト: noocyte/RndImgSrc
 private async void PopulateGrid()
 {
     GoogleImageSearch gis = new GoogleImageSearch();
     ItemGridView.ItemsSource = await gis.ExaminePhotos("test");
 }