|
@@ -13,6 +13,7 @@ using System.Runtime.InteropServices;
|
|
|
using System.Collections.Generic;
|
|
|
using Xilium.CefGlue.Common.Handlers;
|
|
|
using fis.Win.Dev.Utilities;
|
|
|
+using fis.Win.Dev.Helpers;
|
|
|
|
|
|
namespace fis
|
|
|
{
|
|
@@ -273,6 +274,8 @@ namespace fis
|
|
|
Icon = new WindowIcon(resourceStream);
|
|
|
}
|
|
|
|
|
|
+ AvaloniaCefBrowserHelper.SecondWindowBrowser = _browser;
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
interface IMeasureService
|