Cosmos/source/Boot/Playgrounds/Kudzu/Kudzu-SourceView/MainWindow.xaml
kudzu_cp 7fa4847504
2008-06-22 18:33:49 +00:00

8 lines
401 B
XML

<Window x:Class="Kudzu_SourceView.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Window1" Height="300" Width="300">
<Grid>
<Button Height="23" HorizontalAlignment="Left" Margin="4,13,0,0" Name="button1" VerticalAlignment="Top" Width="75">Button</Button>
</Grid>
</Window>