Files
SoftwareCenterRepair/App.xaml
Jason SECULA 16af3459e3 Initial Commit
2025-06-12 10:32:52 +02:00

10 lines
353 B
XML

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