Created
January 22, 2013 22:13
-
-
Save PanosJee/4599056 to your computer and use it in GitHub Desktop.
Windows 8 Store app bugsense initialization
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() | |
{ | |
this.InitializeComponent(); | |
this.Suspending += OnSuspending; | |
// Initialize BugSense | |
BugSenseHandler.Instance.Init(this, "YOUR_API_KEY"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment