Files
Server-Dashboard/Server Dashboard/Controls/ServerModules/ServerModule.xaml.cs
Rene Schwarz cf7b9abcf0 yes
2021-04-11 23:29:13 +02:00

24 lines
614 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
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();
}
}
}