2022-11-14 20:06:55 +01:00
|
|
|
<controls:BanListWindow
|
|
|
|
|
xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:controls="clr-namespace:Content.Client.Administration.UI.BanList"
|
2023-09-22 14:08:28 -07:00
|
|
|
xmlns:bans="clr-namespace:Content.Client.Administration.UI.BanList.Bans"
|
|
|
|
|
xmlns:roleBans="clr-namespace:Content.Client.Administration.UI.BanList.RoleBans"
|
2022-11-14 20:06:55 +01:00
|
|
|
SetSize="1400 400">
|
2023-09-22 14:08:28 -07:00
|
|
|
<TabContainer Name="TabContainer">
|
|
|
|
|
<bans:BanListControl Name="BanList" Access="Public"/>
|
|
|
|
|
<roleBans:RoleBanListControl Name="RoleBanList" Access="Public"/>
|
|
|
|
|
</TabContainer>
|
2022-11-14 20:06:55 +01:00
|
|
|
</controls:BanListWindow>
|