diff --git a/.gitignore b/.gitignore index 2780560..cbca87a 100644 --- a/.gitignore +++ b/.gitignore @@ -165,5 +165,4 @@ $RECYCLE.BIN/ # ========================= PocketSharp.Console/ -PocketSharp.WpfTests/ !PocketSharp.Website/Release/ diff --git a/PocketSharp.Examples/PocketSharp.Wpf/App.xaml b/PocketSharp.Examples/PocketSharp.Wpf/App.xaml new file mode 100644 index 0000000..1e02642 --- /dev/null +++ b/PocketSharp.Examples/PocketSharp.Wpf/App.xaml @@ -0,0 +1,8 @@ + + + + + diff --git a/PocketSharp.Examples/PocketSharp.Wpf/App.xaml.cs b/PocketSharp.Examples/PocketSharp.Wpf/App.xaml.cs new file mode 100644 index 0000000..008b664 --- /dev/null +++ b/PocketSharp.Examples/PocketSharp.Wpf/App.xaml.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Windows; + +namespace PocketSharp.Wpf +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/PocketSharp.Examples/PocketSharp.Wpf/MainWindow.xaml b/PocketSharp.Examples/PocketSharp.Wpf/MainWindow.xaml new file mode 100644 index 0000000..4fb7ccb --- /dev/null +++ b/PocketSharp.Examples/PocketSharp.Wpf/MainWindow.xaml @@ -0,0 +1,18 @@ + + +