Skip to content

Instantly share code, notes, and snippets.

@curtismitchell
Created May 22, 2011 21:30
Show Gist options
  • Save curtismitchell/985915 to your computer and use it in GitHub Desktop.
Save curtismitchell/985915 to your computer and use it in GitHub Desktop.
Xaml that can be loaded by Boo or IronPython
<StackPanel
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Label Content="Hello World" />
<Button Content="Clickable" />
</StackPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment