2013-11-12 19:14:11 +08:00
|
|
|
<Application x:Class="CefSharp.MinimalExample.Wpf.App"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2016-01-13 08:53:46 +08:00
|
|
|
xmlns:binding="clr-namespace:CefSharp.MinimalExample.Wpf.Binding"
|
2013-11-12 19:14:11 +08:00
|
|
|
StartupUri="MainWindow.xaml">
|
|
|
|
<Application.Resources>
|
2016-01-13 08:53:46 +08:00
|
|
|
<binding:TitleConverter x:Key="TitleConverter"/>
|
2013-11-12 19:14:11 +08:00
|
|
|
</Application.Resources>
|
|
|
|
</Application>
|