SVN-Revision: r899
This commit is contained in:
wyf
2025-07-31 06:35:41 +00:00
parent 3f019ad059
commit ed6a289601
6 changed files with 43 additions and 4 deletions
+1
View File
@@ -48,6 +48,7 @@ namespace Lskj.Control
var cefWindowInfo = CefWindowInfo.Create();
cefWindowInfo.SetAsChild(this.Handle, new CefRectangle(0, 0, this.Width, this.Height));
var bsClient = new BsClient(RightKeyFlag, this.AllowDownload);
bsClient.frmWebBrowser = this;
bsClient.OnCreated += bsClient_OnCreated;
var cefBrowserSettings = new CefBrowserSettings() { };
//Url = "https://ie.icoa.cn/";