2013-11-12 19:14:11 +08:00
|
|
|
<Window x:Class="CefSharp.MinimalExample.Wpf.MainWindow"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2014-08-05 12:57:24 +08:00
|
|
|
xmlns:main="clr-namespace:CefSharp.MinimalExample.Wpf.Views"
|
2013-11-12 19:14:11 +08:00
|
|
|
Title="{Binding WebBrowser.Title}"
|
|
|
|
WindowState="Maximized">
|
|
|
|
<main:MainView/>
|
|
|
|
</Window>
|