- <Control
- xmlns="https://spacestation14.io"
- xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
- Margin="4"
- MinSize="50 50">
- <GridContainer
- Columns="4" >
- <cc:CommandButton Command="shutdown" Text="{Loc server-shutdown}" />
- <cc:CommandButton Name="SetOocButton" Command="setooc" Text="{Loc server-ooc-toggle}" ToggleMode="True" />
- <cc:CommandButton Name="SetLoocButton" Command="setlooc" Text="{Loc server-looc-toggle}" ToggleMode="True" />
- </GridContainer>
- </Control>
|