mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-24 13:34:13 +08:00
10 lines
171 B
C#
10 lines
171 B
C#
![]() |
using Xilium.CefGlue;
|
|||
|
|
|||
|
namespace WebViewControl {
|
|||
|
|
|||
|
internal partial class ChromiumBrowser {
|
|||
|
|
|||
|
internal CefBrowser GetBrowser() => UnderlyingBrowser;
|
|||
|
}
|
|||
|
}
|