Files
is-ss/App.xaml

10 lines
355 B
Plaintext
Raw Permalink Normal View History

2025-10-11 23:38:41 +02:00
<Application x:Class="is_ss.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:is_ss"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>