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