Changes

XAML

1 byte added, 10:55, 25 August 2016
/* Advanced */
</TextBox>
<!-- Create a TextBlock where we display the result of the compiled expression -->
<TextBlock Text="{Binding ElementName=CodeQuerySkypeQuery, Path=Text, Converter={StaticResource CodeConverter}}" />
</StackPanel>
</Grid>