mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 22:18:52 +03:00
12 lines
451 B
XML
12 lines
451 B
XML
<bans:BanListControl
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:bans="clr-namespace:Content.Client.Administration.UI.BanList.Bans">
|
|
<PanelContainer StyleClasses="BackgroundDark">
|
|
<ScrollContainer>
|
|
<BoxContainer Name="Bans" Access="Public" Orientation="Vertical">
|
|
<bans:BanListHeader Name="BansHeader"/>
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
</PanelContainer>
|
|
</bans:BanListControl>
|