コード例 #1
0
 internal Task DispatchInContext(Action act)
 {
     return(_WebView.DispatchAsync(act));
 }