Files
CommTester/ParentWpf/App.xaml
Holger Börchers 894fbbfa5a Initial commit
2026-01-30 15:31:43 +01:00

10 lines
363 B
XML

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