summaryrefslogtreecommitdiff
path: root/src/MVPtoMVVM.mvvm/App.xaml
blob: 7a9668dc31bf16a8279b526949d8139cb076151a (plain)
1
2
3
4
5
6
7
8
<Application x:Class="MVPtoMVVM.mvvm.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             StartupUri="MainWindow.xaml">
    <Application.Resources>
         
    </Application.Resources>
</Application>