2021-06-09 22:19:39 +02:00
|
|
|
<Control
|
|
|
|
|
xmlns="https://spacestation14.io"
|
2021-06-10 23:09:07 +02:00
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
2021-06-09 22:19:39 +02:00
|
|
|
Margin="4"
|
|
|
|
|
MinSize="50 50">
|
|
|
|
|
<GridContainer
|
2021-11-15 18:14:34 +00:00
|
|
|
Columns="3">
|
2021-06-10 23:09:07 +02:00
|
|
|
<cc:CommandButton Command="startround" Text="{Loc Start Round}" />
|
|
|
|
|
<cc:CommandButton Command="endround" Text="{Loc End Round}" />
|
|
|
|
|
<cc:CommandButton Command="restartround" Text="{Loc Restart Round}" />
|
2021-11-15 18:14:34 +00:00
|
|
|
<cc:CommandButton Command="restartroundnow" Text="{Loc administration-ui-round-tab-restart-round-now}" />
|
2021-06-09 22:19:39 +02:00
|
|
|
</GridContainer>
|
|
|
|
|
</Control>
|