Add project files.

This commit is contained in:
Mark Kors
2025-11-11 10:34:36 +01:00
parent 4a5fddd3df
commit aa6427edde
9 changed files with 277 additions and 0 deletions

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

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