summaryrefslogtreecommitdiffstats
path: root/src/OAuth/OAuthConsumerWpf/App.xaml
blob: 630ed5f24a958c5bae7f6ec7db6de4c171184267 (plain)
1
2
3
4
5
6
7
8
<Application x:Class="OAuthConsumerWpf.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>