WpfApp2/WpfAppSQLite/App.xaml.cs
2025-07-15 14:21:59 +02:00

14 lines
206 B
C#

using System.Configuration;
using System.Data;
using System.Windows;
namespace WpfAppSQLite;
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}