Files
stormchat/StormChatWPF/App.xaml
T
2018-12-17 17:17:44 +08:00

10 lines
368 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="LogWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>