1
0
mirror of https://github.com/SirLecram/HospitalServerManager synced 2024-07-17 02:20:30 +02:00
admissionManager/App.xaml
Marcel Grześ f234ec1f26 First version of working application
- last changes and visual edit
2019-01-11 22:32:18 +01:00

9 lines
275 B
XML

<Application
x:Class="HospitalServerManager.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HospitalServerManager"
RequestedTheme="Light">
</Application>