diff options
Diffstat (limited to 'TwoStepsAuthenticator.TestApp/App.xaml')
-rw-r--r-- | TwoStepsAuthenticator.TestApp/App.xaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.TestApp/App.xaml b/TwoStepsAuthenticator.TestApp/App.xaml new file mode 100644 index 0000000..9c7a5dd --- /dev/null +++ b/TwoStepsAuthenticator.TestApp/App.xaml @@ -0,0 +1,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> |