diff options
Diffstat (limited to 'samples/ConsumerWpf/App.xaml.cs')
-rw-r--r-- | samples/ConsumerWpf/App.xaml.cs | 14 |
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 { - } -} |