Files
Chat/PrototypChat/App.xaml

10 lines
359 B
Plaintext
Raw Normal View History

2017-09-15 16:39:07 +02:00
<Application x:Class="ownChat.App"
2017-09-12 14:32:34 +02:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2017-09-15 16:39:07 +02:00
xmlns:local="clr-namespace:ownChat"
2017-09-12 14:32:34 +02:00
StartupUri="LoginMaske.xaml">
<Application.Resources>
</Application.Resources>
</Application>