iWOWS/WOWS.Framwork/Views/MainWindow.xaml

13 lines
431 B
XML

<Window
x:Class="WOWS.Framwork.Views.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:prism="http://prismlibrary.com/"
xmlns:wpf="clr-namespace:CefSharp.Wpf;assembly=CefSharp.Wpf"
Title="{Binding Title}"
Width="1024"
Height="760"
prism:ViewModelLocator.AutoWireViewModel="True">
<Grid />
</Window>