WpfAPP/WpfAppgroup/App.xaml

10 lines
367 B
Plaintext
Raw Normal View History

2025-05-06 10:29:19 +02:00
<Application x:Class="WpfAppgroup.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WpfAppgroup"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>