|
|
|
@ -58,8 +58,8 @@ namespace AksWebBrowser
|
|
|
|
|
{ |
|
|
|
|
nameof(CusWebBrowser.Title), |
|
|
|
|
"Title", |
|
|
|
|
this, |
|
|
|
|
BindingMode.OneWayToSource |
|
|
|
|
//this, |
|
|
|
|
//BindingMode.OneWayToSource |
|
|
|
|
}, |
|
|
|
|
}, |
|
|
|
|
MarginTop=0, |
|
|
|
@ -86,6 +86,7 @@ namespace AksWebBrowser
|
|
|
|
|
MainModel.DeviceControllerInit(); |
|
|
|
|
Parame.webBrowser = FindPresenterByName<CusWebBrowser>(nameof(Parame.webBrowser)); |
|
|
|
|
textBox = FindPresenterByName<TextBox>(nameof(textBox)); |
|
|
|
|
|
|
|
|
|
Parame.webBrowser.CusRequest.CusResquestEvent += CusRequest_CusResquestEvent; |
|
|
|
|
|
|
|
|
|
//浏览器大小 |
|
|
|
|