Added a socket client

This commit is contained in:
Rene Schwarz
2021-08-07 01:01:17 +02:00
parent 58524a9514
commit f8f28984a5
62 changed files with 1320 additions and 174 deletions

View File

@@ -0,0 +1,13 @@
using System.Windows.Controls;
using System.Windows;
namespace Server_Dashboard.Views.DashboardPages.ModuleCRUD {
/// <summary>
/// Interaktionslogik für CreateModulePopup.xaml
/// </summary>
public partial class CreateModulePopup : Window {
public CreateModulePopup() {
InitializeComponent();
}
}
}