Files
Superbuchaltung/Superbuchhaltungv3/App.xaml.cs
T
Stefan 19579405fe 3rd Rewrite of everything
Completly rewrote the project from scratch
2021-04-13 21:11:49 +02:00

18 lines
334 B
C#

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
namespace Superbuchhaltungv3
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
}
}