Skip to content

Instantly share code, notes, and snippets.

@itsff
Created October 6, 2013 07:17
Show Gist options
  • Save itsff/6850650 to your computer and use it in GitHub Desktop.
Save itsff/6850650 to your computer and use it in GitHub Desktop.
<Window x:Class="MySample.MyCoolWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid>
<Button x:Name="ClearButton">Clear</Button>
</Grid>
</Window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment