diff options
Diffstat (limited to 'samples/ConsumerWpf/App.xaml.cs')
-rw-r--r-- | samples/ConsumerWpf/App.xaml.cs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/samples/ConsumerWpf/App.xaml.cs b/samples/ConsumerWpf/App.xaml.cs new file mode 100644 index 0000000..075d6f6 --- /dev/null +++ b/samples/ConsumerWpf/App.xaml.cs @@ -0,0 +1,14 @@ +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 {
+ }
+}
|