finish create module form

This commit is contained in:
Rene Schwarz
2021-08-09 00:26:03 +02:00
parent f8f28984a5
commit a4a944f0c6
62 changed files with 864 additions and 412 deletions

View File

@@ -12,12 +12,14 @@ using System.Windows.Navigation;
using System.Windows.Shapes;
namespace Server_Dashboard.Controls.ServerModules {
/// <summary>
/// Interaktionslogik für ServerModule.xaml
/// </summary>
public partial class ServerModule : UserControl {
public ServerModule() {
InitializeComponent();
}
}
}
}