Add project files.

This commit is contained in:
2020-12-09 22:10:02 +01:00
parent e83e2b7f61
commit 029cc5d368
17 changed files with 1708 additions and 0 deletions

9
WpfDemo/App.xaml Normal file
View File

@ -0,0 +1,9 @@
<Application x:Class="WpfDemo.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WpfDemo"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>