Files
DP44/DataPRO/Modules/InstallerCustomActions/OpenFolder/App.xaml

10 lines
374 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
<Application x:Class="OpenFolder.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:OpenFolder"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>