コード例 #1
0
ファイル: UpdateService.cs プロジェクト: worm929/RiotControl
 void DownloadProgressChanged(object sender, DownloadProgressChangedEventArgs arguments)
 {
     UpdateHandler.DownloadProgressUpdate(arguments);
 }