Skip to content

Instantly share code, notes, and snippets.

@tmyt
Created June 23, 2015 15:10
Show Gist options
  • Save tmyt/b983f03c6a9d0e0bb369 to your computer and use it in GitHub Desktop.
Save tmyt/b983f03c6a9d0e0bb369 to your computer and use it in GitHub Desktop.
#if WINDOWS_PHONE_APP
new FirstFloor.XamlSpy.XamlSpyService(this)
{
RemoteAddress = "192.168.14.53",
RemotePort = 4530,
Password = "21612"
}.StartService();
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment