12 lines
418 B
XML
12 lines
418 B
XML
<Control
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:amc="clr-namespace:Content.Client.UserInterface.AdminMenu.CustomControls"
|
|
Margin="4"
|
|
MinSize="50 50">
|
|
<GridContainer
|
|
Columns="4" >
|
|
<amc:CommandButton Command="restart" Text="{Loc Reboot}"></amc:CommandButton>
|
|
<amc:CommandButton Command="shutdown" Text="{Loc Shutdown}"></amc:CommandButton>
|
|
</GridContainer>
|
|
</Control>
|