summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.TestApp/App.xaml
blob: 9c7a5dd82d8192fd8b309f6742d3b97f281ed90d (plain)
1
2
3
4
5
6
7
8
<Application x:Class="TwoStepsAuthenticatorTestApp.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>