diff options
Diffstat (limited to 'src/OAuth/OAuthConsumerWpf/App.xaml.cs')
-rw-r--r-- | src/OAuth/OAuthConsumerWpf/App.xaml.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/OAuth/OAuthConsumerWpf/App.xaml.cs b/src/OAuth/OAuthConsumerWpf/App.xaml.cs new file mode 100644 index 0000000..1cfc286 --- /dev/null +++ b/src/OAuth/OAuthConsumerWpf/App.xaml.cs @@ -0,0 +1,14 @@ +namespace OAuthConsumerWpf { + using System; + using System.Collections.Generic; + using System.Configuration; + using System.Data; + using System.Linq; + using System.Windows; + + /// <summary> + /// Interaction logic for App.xaml + /// </summary> + public partial class App : Application { + } +} |