mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-25 05:54:14 +08:00
15 lines
327 B
C#
15 lines
327 B
C#
![]() |
using Xilium.CefGlue.Avalonia;
|
|||
|
|
|||
|
namespace WebViewControl {
|
|||
|
|
|||
|
partial class ChromiumBrowser : AvaloniaCefBrowser {
|
|||
|
|
|||
|
public new void CreateBrowser(int width, int height) {
|
|||
|
if (IsBrowserInitialized) {
|
|||
|
return;
|
|||
|
}
|
|||
|
base.CreateBrowser(width, height);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|