Skip to content

Instantly share code, notes, and snippets.

@follesoe
Created April 28, 2012 18:09
Show Gist options
  • Save follesoe/2520938 to your computer and use it in GitHub Desktop.
Save follesoe/2520938 to your computer and use it in GitHub Desktop.
Example code for blog post on testable WP7 apps.
public TrackingViewModel() :
this(new CompassAdapter(), new GeoCoordinateWatcherAdapter())
{
}
public TrackingViewModel(ICompass compass, IGeoCoordinateWatcher geoWatcher)
{
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment