コード例 #1
0
ファイル: UpdateHandler.cs プロジェクト: uqw/FaceDetectionApp
 /// <summary>
 /// Called when the update download progress changed.
 /// </summary>
 /// <param name="e">The args.</param>
 protected virtual void OnUpdateDownloadProgressChanged(UpdateDownloadProgressChangedArgs e)
 {
     UpdateDownloadProgressChanged?.Invoke(this, e);
 }
コード例 #2
0
 /// <summary>
 /// Called when the update download progress changed.
 /// </summary>
 /// <param name="e">The args.</param>
 protected virtual void OnUpdateDownloadProgressChanged(UpdateDownloadProgressChangedArgs e)
 {
     UpdateDownloadProgressChanged?.Invoke(this, e);
 }