Files
stormchat/StormChatWPF/App.xaml
T
2018-12-15 21:11:56 +08:00

10 lines
369 B
XML

<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>