Restructure View/ViewModels into their own distinct folders

This commit is contained in:
amaitland
2014-08-05 14:57:24 +10:00
parent ce262257f4
commit 37c43f1710
5 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<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"
xmlns:main="clr-namespace:CefSharp.MinimalExample.Wpf.Views.Main"
xmlns:main="clr-namespace:CefSharp.MinimalExample.Wpf.Views"
Title="{Binding WebBrowser.Title}"
WindowState="Maximized">
<main:MainView/>