Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Last active November 4, 2019 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/a51001a84916bebe91881dc8138b67fc to your computer and use it in GitHub Desktop.
Save IntegerMan/a51001a84916bebe91881dc8138b67fc to your computer and use it in GitHub Desktop.
<!-- Commands Area -->
<Border DockPanel.Dock="Right" Width="150">
<StackPanel Margin="0,8,12,0">
<Button Style="{StaticResource CommandButtonStyle}" Command="{Binding BrainCommand}">AI Move</Button>
<Button Style="{StaticResource CommandButtonStyle}" Command="{Binding RandomizeCommand}">Randomize Brain</Button>
<Button Style="{StaticResource CommandButtonStyle}" Command="{Binding ResetCommand}">Restart</Button>
</StackPanel>
</Border>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment