SVN r1162

SVN-Revision: r1162
This commit is contained in:
cyf
2026-05-09 07:56:18 +00:00
parent a3e194911d
commit 6f97314c83
5 changed files with 25 additions and 6 deletions
@@ -116,4 +116,12 @@ namespace Lskj.Control.BrowserSetting
else if (message.Name.Equals("SelectPro"))
{
string arg0 = message.Arguments.GetString(0);
if (frmWebBrowser != null && frmWebBrowser.Parent != null && frmWebBrowser.Parent.Parent != null && frmWebBrowser.Parent.Parent is BaseForm
string arg1 = message.Arguments.GetString(1);
bool isclose = arg1!=null&&!string.IsNullOrWhiteSpace(arg1) && arg1.Equals("1") ? true : false;
if (frmWebBrowser != null && frmWebBrowser.Parent != null && frmWebBrowser.Parent.Parent != null && frmWebBrowser.Parent.Parent is BaseForm baseForm)
{
if (baseForm.InvokeRequired)
{
baseForm.Invoke(new Action(() =>
{
BsOpenModuleHandler.AddReturn