コード例 #1
0
ファイル: Video.razor.cs プロジェクト: cyberjacob/regard
 protected async Task OnPaused(EventArgs _)
 {
     await Paused.InvokeAsync(null);
 }