11 lines
194 B
C#
11 lines
194 B
C#
using Avalonia.Controls;
|
|
|
|
namespace PSCHelpdesk.Plugins.HetznerServer.Views;
|
|
|
|
public partial class ServerView : UserControl
|
|
{
|
|
public ServerView()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |