Created
April 28, 2012 18:09
-
-
Save follesoe/2520938 to your computer and use it in GitHub Desktop.
Example code for blog post on testable WP7 apps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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