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
@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Xilium.CefGlue;
namespace Lskj.Control.BrowserSetting
@@ -23,5 +24,6 @@ namespace Lskj.Control.BrowserSetting
{
base.OnBeforeClose(browser);
}
}
}
}