add WPF example

This commit is contained in:
2013-09-14 15:47:51 +02:00
parent 6114c3af9a
commit 25a3f4ef2f
17 changed files with 556 additions and 9 deletions
@@ -0,0 +1,8 @@
<Application x:Class="PocketSharp.Wpf.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>