Skip to content

Instantly share code, notes, and snippets.

@ChrisBriggsy
Last active August 29, 2015 14:21
Show Gist options
  • Save ChrisBriggsy/4a44014f7fc425a194d8 to your computer and use it in GitHub Desktop.
Save ChrisBriggsy/4a44014f7fc425a194d8 to your computer and use it in GitHub Desktop.
How to Consume SignalR in Windows 10 IoT Core Insider Preview : Step 1
<Page
x:Class="SignalRPiExample.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:SignalRPiExample"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Viewbox>
<TextBlock Text="{Binding Uptime}">...</TextBlock>
</Viewbox>
</Grid>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment