Files
pamhagen-sysctrl/PamhagenSysCtrl/App.xaml
T
lorenz.stechauner 35a25320ae
Test / Run tests (push) Successful in 13s
Remove BOM
2026-08-05 16:37:18 +02:00

10 lines
414 B
XML

<Application x:Class="PamhagenSysCtrl.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:PamhagenSysCtrl"
StartupUri="Windows/PlantSchemeWindow.xaml"
Exit="Application_Exit">
<Application.Resources>
</Application.Resources>
</Application>