コード例 #1
0
ファイル: MyCefBrowser.cs プロジェクト: jaswgq/CefBridge
 internal void NotifyCloseBw()
 {
     this.Stop();
     Cef3Binder.MyCefCloseMyWebBrowser(myCefBrowser);
 }