Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit bacc203

Browse files
author
Jim Crowley
committed
Adding result text display.
1 parent ed192d6 commit bacc203

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft-Graph-Snippets-SDK/MainPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ See LICENSE in the project root for license information. -->
5454
<StackPanel>
5555
<ProgressRing IsActive="{Binding IsRunning}" Margin="2" Foreground="White" Height="10" Width="10"/>
5656
<TextBlock Text="{Binding Title}" Margin="6"/>
57+
<TextBlock Text="{Binding Result}" Margin="6"/>
5758
</StackPanel>
5859
</Border>
5960
</DataTemplate>

0 commit comments

Comments
 (0)