Skip to content

Instantly share code, notes, and snippets.

@devjaime
Created April 20, 2019 23:00
Show Gist options
  • Select an option

  • Save devjaime/5b4446c6ef7d3063f1f4be64acd6b766 to your computer and use it in GitHub Desktop.

Select an option

Save devjaime/5b4446c6ef7d3063f1f4be64acd6b766 to your computer and use it in GitHub Desktop.
clase geolocalizacion vista
namespace Geolocalizacion.View
{
public partial class GeolocationPage : BasePage
{
public GeolocationPage()
{
InitializeComponent();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment