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
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace StormChatWPF
{
/// <summary>
/// App.xaml 的交互逻辑
/// </summary>
public partial class App : Application
{
}
}