fork download
  1. <Window x:Class="WpfApplication1.MainWindow"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Title="MainWindow" Height="350" Width="525">
  5. <Grid>
  6. <StackPanel Height="155" HorizontalAlignment="Left"
  7. Margin="12,28,0,0" Name="stackPanel1"
  8. VerticalAlignment="Top" Width="469" />
  9. <Button Content="Button" Height="23"
  10. HorizontalAlignment="Left"
  11. Margin="155,228,0,0" Name="button1"
  12. VerticalAlignment="Top"
  13. Width="75" Click="button1_Click" />
  14. </Grid>
  15. </Window>
  16.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty