コード例 #1
0
ファイル: Comment.xaml.cs プロジェクト: PHone5y/bilibili
 private async Task LoadLive()
 {
     gridview0.ItemsSource = await ContentServ.GetCommentLiveAsync();
 }