Skip to content

Instantly share code, notes, and snippets.

@jesulink2514
Created February 8, 2019 04:22
Show Gist options
  • Save jesulink2514/506f024fc26c5a798854bc946039ce9f to your computer and use it in GitHub Desktop.
Save jesulink2514/506f024fc26c5a798854bc946039ce9f to your computer and use it in GitHub Desktop.
Xmlns declaration
using Xamarin.Forms;
[assembly: XmlnsDefinition("http://somostechies.com/techies", "Techies.Common.XF.Controls")]
[assembly: XmlnsDefinition("http://somostechies.com/techies", "Techies.Common.XF.Converters")]
namespace Techies.Common.XF{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment