Skip to content

Instantly share code, notes, and snippets.

@deapsquatter
Created April 23, 2013 05:50
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save deapsquatter/5441110 to your computer and use it in GitHub Desktop.
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