public PageGeolocalisation()
 {
     InitializeComponent();
     BindingContext = new GeolocalisationVueModele();
 }
Exemplo n.º 2
0
        public MasterDetailGeoDetail()
        {
            InitializeComponent();

            BindingContext = new GeolocalisationVueModele();
        }