63d6b44f35
Add Primary Navigation/Address Bar and Status bar
11 lines
534 B
XML
11 lines
534 B
XML
<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"
|
|
xmlns:converter="clr-namespace:CefSharp.MinimalExample.Wpf.Converter"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
<converter:TitleConverter x:Key="TitleConverter"/>
|
|
<converter:EnvironmentConverter x:Key="EnvironmentConverter" />
|
|
</Application.Resources>
|
|
</Application>
|