Created
August 3, 2011 03:48
-
-
Save mbmccormick/1121868 to your computer and use it in GitHub Desktop.
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
/// <summary> | |
/// HawaiiClient stores the Hawaii Application Id. | |
/// </summary> | |
public static class HawaiiClient | |
{ | |
/// <summary> | |
/// The Hawaii Application Id. | |
/// Please go to http://hawaiiguidgen.cloudapp.net/default.aspx, | |
/// obtain a Hawaii Application Id and set HawaiiApplicationId to that value. | |
/// </summary> | |
public const string HawaiiApplicationId = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment