Skip to content

Instantly share code, notes, and snippets.

@deapsquatter
Created April 23, 2013 05:50
Registering for a message
public HomeVM ()
{
token = MessageHub.Subscribe<CoreStatusMessage> ((d) => CoreStatusChanged(d.CoreStatus));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment