mirror of
https://git.battle-of-pip.de/root/vpr-mitarbeiterverwaltung.git
synced 2025-06-21 00:03:18 +02:00
12 lines
208 B
C#
12 lines
208 B
C#
using System.Configuration;
|
|
using System.Data;
|
|
using System.Windows;
|
|
|
|
namespace ManagementClient;
|
|
|
|
/// <summary>
|
|
/// Interaction logic for App.xaml
|
|
/// </summary>
|
|
public partial class App : Application
|
|
{
|
|
} |