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. <ListBox x:Name="list" HorizontalAlignment="Left" VerticalAlignment="Top"
  7. Height="294.595" Margin="10,15.405,0,0" Width="180.854"/>
  8. <Button Content="Button" HorizontalAlignment="Left" VerticalAlignment="Top"
  9. Margin="199.178,13.187,0,0" Width="75" Click="Button_Click_1"/>
  10. </Grid>
  11. </Window>
  12.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty