summaryrefslogtreecommitdiffstats
path: root/samples/ConsumerWpf/App.xaml.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-03-26 14:09:42 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-03-26 14:09:42 -0700
commit79dee332a2be944d9ff55db0b3d53fdeaab96efd (patch)
tree9987e89e1941161cd7673ca8e1f8d5d41af97930 /samples/ConsumerWpf/App.xaml.cs
parent4238297df55276ca36facb42e95ad84eb4937962 (diff)
downloadDotNetOpenAuth-79dee332a2be944d9ff55db0b3d53fdeaab96efd.zip
DotNetOpenAuth-79dee332a2be944d9ff55db0b3d53fdeaab96efd.tar.gz
DotNetOpenAuth-79dee332a2be944d9ff55db0b3d53fdeaab96efd.tar.bz2
Renamed ConsumerWpf sample to OAuthConsumerWpf.
Diffstat (limited to 'samples/ConsumerWpf/App.xaml.cs')
-rw-r--r--samples/ConsumerWpf/App.xaml.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/samples/ConsumerWpf/App.xaml.cs b/samples/ConsumerWpf/App.xaml.cs
deleted file mode 100644
index 337cd37..0000000
--- a/samples/ConsumerWpf/App.xaml.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-namespace ConsumerWpf {
- 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 {
- }
-}