Files
Chat/PrototypChat/App.xaml
2017-09-15 16:39:07 +02:00

10 lines
359 B
XML

<Application x:Class="ownChat.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ownChat"
StartupUri="LoginMaske.xaml">
<Application.Resources>
</Application.Resources>
</Application>