vpr/ShadowStream/App.xaml
2025-06-12 14:34:51 +01:00

10 lines
377 B
XML

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