Correct unintentional change to StyletIntegrationTests/ShellView.xaml

This commit is contained in:
Antony Male 2014-07-25 12:38:29 +01:00
parent 7147f4cb43
commit 0fb379fc77
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<DockPanel LastChildFill="False">
<GroupBox DockPanel.Dock="Top" Header="ShowDialog and DialogResult" Padding="10">
<StackPanel Orientation="Horizontal">
<Button Command="{s:Action ShowDialogAndDialogResult, NullTarget=Throw}">Show Dialog</Button>
<Button Command="{s:Action ShowDialogAndDialogResult}">Show Dialog</Button>
<TextBlock Margin="50,0,0,0">Result: </TextBlock>
<TextBlock Margin="10,0,0,0" Text="{Binding ShowDialogAndDialogResultDialogResult}"/>
</StackPanel>