Files
Biblotek/Bokhantarare/App.xaml.cs
2025-02-03 14:58:49 +01:00

14 lines
206 B
C#

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