11 lines
209 B
C#
11 lines
209 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Nebula.Launcher.Views.Controls;
|
|
|
|
public partial class ServerContainerControl : UserControl
|
|
{
|
|
public ServerContainerControl()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
} |