1
0

ServerTab.xaml 546 B

123456789101112
  1. <Control
  2. xmlns="https://spacestation14.io"
  3. xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
  4. Margin="4"
  5. MinSize="50 50">
  6. <GridContainer
  7. Columns="4" >
  8. <cc:CommandButton Command="shutdown" Text="{Loc server-shutdown}" />
  9. <cc:CommandButton Name="SetOocButton" Command="setooc" Text="{Loc server-ooc-toggle}" ToggleMode="True" />
  10. <cc:CommandButton Name="SetLoocButton" Command="setlooc" Text="{Loc server-looc-toggle}" ToggleMode="True" />
  11. </GridContainer>
  12. </Control>