コード例 #1
0
 public PageGeolocalisation()
 {
     InitializeComponent();
     BindingContext = new GeolocalisationVueModele();
 }
コード例 #2
0
        public MasterDetailGeoDetail()
        {
            InitializeComponent();

            BindingContext = new GeolocalisationVueModele();
        }