First version of log-in window

This commit is contained in:
HEGGEMANN\lusand
2025-02-28 10:05:27 +01:00
parent 0202c8288d
commit a953d23645
8 changed files with 141 additions and 0 deletions

View File

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