Created
October 9, 2011 00:15
-
-
Save PanosJee/1273091 to your computer and use it in GitHub Desktop.
BugSense-WP7-Installation
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 App() | |
{ | |
BugSenseHandler.Instance.Init(this, "Your_API_Key"); | |
// You app's code | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment