blob: e7ee178c991256b9b05dce3df6e3c6e9cf204263 (
plain)
1
2
3
4
5
6
7
8
|
<Application x:Class="ChatServerApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="IrcChat/Server/MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>
|