oms-OnlineResourceWatcher/local/App.xaml
Dennis Eichhorn d73eb8aec2
Some checks failed
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:06 +00:00

10 lines
403 B
XML

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