Files
Csharp-eindproject/Server/App.xaml
2020-10-12 14:39:09 +02:00

10 lines
363 B
XML

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