diff options
Diffstat (limited to 'src/MVPtoMVVM.mvp/MainWindow.xaml')
| -rwxr-xr-x | src/MVPtoMVVM.mvp/MainWindow.xaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/MVPtoMVVM.mvp/MainWindow.xaml b/src/MVPtoMVVM.mvp/MainWindow.xaml new file mode 100755 index 0000000..01760b5 --- /dev/null +++ b/src/MVPtoMVVM.mvp/MainWindow.xaml @@ -0,0 +1,8 @@ +<Window x:Class="MVPtoMVVM.mvp.MainWindow"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ Title="MainWindow" Height="350" Width="525">
+ <Grid>
+
+ </Grid>
+</Window>
|
