Mercurial > silverbladetech
comparison SilverlightGlimpse/SilverlightGlimpse.Test/MainPage.xaml @ 65:5d0c5cc83a7a
Click event handler added
author | Steven Hollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sun, 22 Apr 2012 14:21:33 +0100 |
parents | ba89e36631bc |
children |
comparison
equal
deleted
inserted
replaced
64:ba89e36631bc | 65:5d0c5cc83a7a |
---|---|
30 </ListBox.ItemTemplate> | 30 </ListBox.ItemTemplate> |
31 </ListBox> | 31 </ListBox> |
32 | 32 |
33 <Button x:Name="btnThrowException" | 33 <Button x:Name="btnThrowException" |
34 Grid.Row="1" | 34 Grid.Row="1" |
35 Click="" | 35 Click="btnThrowException_Click" |
36 Content="Throw Exception" /> | 36 Content="Throw Exception" /> |
37 | 37 |
38 </Grid> | 38 </Grid> |
39 </UserControl> | 39 </UserControl> |