Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created June 20, 2021 13:41
Show Gist options
  • Save rdelrosario/8f8720e707403fe52e11e1889985b7c6 to your computer and use it in GitHub Desktop.
Save rdelrosario/8f8720e707403fe52e11e1889985b7c6 to your computer and use it in GitHub Desktop.
namespace ReactiveToDoSample
{
public class NavigationParameterConstants
{
public const string ItemId = "ItemId";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment