Skip to content

Instantly share code, notes, and snippets.

@claudiosanchez
Last active February 14, 2019 13:27
Show Gist options
  • Save claudiosanchez/23f6151f1079e07865619332c7b02470 to your computer and use it in GitHub Desktop.
Save claudiosanchez/23f6151f1079e07865619332c7b02470 to your computer and use it in GitHub Desktop.
void Initialize()
{
var config = Configuration.Default(MOBILE_KEY_TEST)
.WithStartWaitTime(TimeSpan.Zero);
_user = User.WithKey(UserID);
_client = LdClient.Instance;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment