From dff5de30dec6979867f1e90af33bca6782ef4513 Mon Sep 17 00:00:00 2001 From: Pbt3h24adi Date: Tue, 6 May 2025 09:21:23 +0200 Subject: [PATCH] =?UTF-8?q?Projektdateien=20hinzuf=C3=BCgen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.xaml | 9 +++ App.xaml.cs | 14 +++++ AssemblyInfo.cs | 10 +++ MainWindow.xaml | 26 ++++++++ MainWindow.xaml.cs | 127 ++++++++++++++++++++++++++++++++++++++ WährungsrechnerOOC.csproj | 11 ++++ WährungsrechnerOOC.sln | 25 ++++++++ 7 files changed, 222 insertions(+) create mode 100644 App.xaml create mode 100644 App.xaml.cs create mode 100644 AssemblyInfo.cs create mode 100644 MainWindow.xaml create mode 100644 MainWindow.xaml.cs create mode 100644 WährungsrechnerOOC.csproj create mode 100644 WährungsrechnerOOC.sln diff --git a/App.xaml b/App.xaml new file mode 100644 index 0000000..2163e5e --- /dev/null +++ b/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/App.xaml.cs b/App.xaml.cs new file mode 100644 index 0000000..ac757d5 --- /dev/null +++ b/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace WährungsrechnerOOC +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/MainWindow.xaml b/MainWindow.xaml new file mode 100644 index 0000000..55b9918 --- /dev/null +++ b/MainWindow.xaml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + +