Skip to content

Instantly share code, notes, and snippets.

@ionixjunior
Created December 4, 2016 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ionixjunior/5e50e908cdf8b02539b63397b557a587 to your computer and use it in GitHub Desktop.
Save ionixjunior/5e50e908cdf8b02539b63397b557a587 to your computer and use it in GitHub Desktop.
using System.Threading.Tasks;
namespace Core.Interfaces
{
public interface INavigationHelper
{
Task GotoPage2();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment