Projektdateien hinzufügen.

This commit is contained in:
2025-05-06 09:21:23 +02:00
parent adba644522
commit dff5de30de
7 changed files with 222 additions and 0 deletions

9
App.xaml Normal file
View File

@@ -0,0 +1,9 @@
<Application x:Class="WährungsrechnerOOC.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WährungsrechnerOOC"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>