2022-11-14 20:06:55 +01:00
|
|
|
|
using Robust.Client.AutoGenerated;
|
|
|
|
|
|
using Robust.Client.UserInterface.Controls;
|
|
|
|
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
|
|
|
2023-09-22 14:08:28 -07:00
|
|
|
|
namespace Content.Client.Administration.UI.BanList.Bans;
|
2022-11-14 20:06:55 +01:00
|
|
|
|
|
|
|
|
|
|
[GenerateTypedNameReferences]
|
|
|
|
|
|
public sealed partial class BanListHeader : ContainerButton
|
|
|
|
|
|
{
|
|
|
|
|
|
public BanListHeader()
|
|
|
|
|
|
{
|
|
|
|
|
|
RobustXamlLoader.Load(this);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|