Přidejte soubory projektu.

This commit is contained in:
2026-02-10 14:19:45 +01:00
parent e94ad6da39
commit ad447d109f
7 changed files with 105 additions and 0 deletions

14
dealer/App.xaml.cs Normal file
View File

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