コード例 #1
0
ファイル: HistoryPage.xaml.cs プロジェクト: netcharm/PixivWPF
 private void UpdateDownloadState(int?illustid = null, bool?exists = null)
 {
     HistoryItems.UpdateDownloadStateAsync(illustid, exists);
 }