- add: new tab

This commit is contained in:
2024-12-19 12:46:22 +03:00
parent bb8997938d
commit 9a1bd44a6e
19 changed files with 172 additions and 57 deletions

View File

@@ -0,0 +1,11 @@
using Avalonia.Controls;
namespace Nebula.Launcher.Views.Controls;
public partial class ServerContainerControl : UserControl
{
public ServerContainerControl()
{
InitializeComponent();
}
}