new wpf window

This commit is contained in:
Kaniu Tayou
2018-12-15 21:11:56 +08:00
parent a953aca9f1
commit 2177952236
13 changed files with 469 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
<Application x:Class="StormChatWPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:StormChatWPF"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>