Added a socket client
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user