Skip to content

Instantly share code, notes, and snippets.

@devjaime
Created April 19, 2019 13:35
Show Gist options
  • Select an option

  • Save devjaime/057821332437d040685200f835334f11 to your computer and use it in GitHub Desktop.

Select an option

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