Files
stormchat/stormchat-client-csharp/StormChatWPF/App.xaml
T
2018-12-23 15:09:24 +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>