Files
Rene Schwarz 488494c273 init commit
2021-04-01 15:15:09 +02:00

16 lines
328 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 Server_Dashboard {
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application {
}
}