This commit is contained in:
David Štaleker
2023-07-18 11:30:02 +02:00
parent a816459e5b
commit edab522e0e
12 changed files with 821 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Application x:Class="InfosysPublisher.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:InfosysPublisher"
StartupUri="WinMain.xaml">
<Application.Resources>
</Application.Resources>
</Application>