summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.TestApp/App.xaml.cs
diff options
context:
space:
mode:
authorGuillaume <guillaumelacasa@hotmail.com>2013-06-12 21:09:11 +0200
committerGuillaume <guillaumelacasa@hotmail.com>2013-06-12 21:09:11 +0200
commit9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71 (patch)
treeea42b6de68090a31c86ca0e0dde571f092a38a7e /TwoStepsAuthenticator.TestApp/App.xaml.cs
parentb09d7395f2842cd908c02c81e91a5b3cecf415c6 (diff)
downloadTwoStepsAuthenticator-9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71.zip
TwoStepsAuthenticator-9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71.tar.gz
TwoStepsAuthenticator-9cfb653f0b1ddcdc221a3abcb9e16769e0ab1d71.tar.bz2
Application de test
Diffstat (limited to 'TwoStepsAuthenticator.TestApp/App.xaml.cs')
-rw-r--r--TwoStepsAuthenticator.TestApp/App.xaml.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.TestApp/App.xaml.cs b/TwoStepsAuthenticator.TestApp/App.xaml.cs
new file mode 100644
index 0000000..edab435
--- /dev/null
+++ b/TwoStepsAuthenticator.TestApp/App.xaml.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Configuration;
+using System.Data;
+using System.Linq;
+using System.Threading.Tasks;
+using System.Windows;
+
+namespace TwoStepsAuthenticatorTestApp
+{
+ /// <summary>
+ /// Interaction logic for App.xaml
+ /// </summary>
+ public partial class App : Application
+ {
+ }
+}