10 lines
350 B
Plaintext
Raw Normal View History

2023-05-23 16:38:00 +02:00
<Application x:Class="Example.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Example"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>