コード例 #1
0
 private async void SetGridNews()
 {
     GridNews.Source = await _model.GetAsync();
 }