Files
Chat/PrototypChat/App.xaml
2017-09-12 14:32:34 +02:00

10 lines
369 B
XML

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