Skip to content

Instantly share code, notes, and snippets.

@ChrisBriggsy
Created May 17, 2015 01:00
Show Gist options
  • Save ChrisBriggsy/52fe19481f284f96e268 to your computer and use it in GitHub Desktop.
Save ChrisBriggsy/52fe19481f284f96e268 to your computer and use it in GitHub Desktop.
How to Consume SignalR in Windows 10 IoT Core Insider Preview : Step 3
public MainPage()
{
this.InitializeComponent();
DataContext = new MainViewModel();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment