Skip to content

Instantly share code, notes, and snippets.

@LuisAlbertoPenaNunez
Created October 24, 2017 14:53
Show Gist options
  • Save LuisAlbertoPenaNunez/78495d8efce84c4f7a2942127a7950ea to your computer and use it in GitHub Desktop.
Save LuisAlbertoPenaNunez/78495d8efce84c4f7a2942127a7950ea to your computer and use it in GitHub Desktop.
[XamlCompilation(XamlCompilationOptions.Compile)]
public partial class ShowingNowNavigationPage : NavigationPage
{
public ShowingNowNavigationPage(Page page) : base(page)
{
InitializeComponent();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment