This commit is contained in:
2025-02-03 14:58:49 +01:00
commit 13c26eb3d8
13 changed files with 818 additions and 0 deletions

13
Bokhantarare/App.xaml.cs Normal file
View File

@@ -0,0 +1,13 @@
using System.Configuration;
using System.Data;
using System.Windows;
namespace Bokhantarare;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}