示例#1
0
        public void NewMarker()
        {
            currentposition = MainMap.Position;

            NewMarkerGEO = GetGEO(currentposition);

            Windows.NewMarker NewMarkerDialog = new Windows.NewMarker();
            NewMarkerDialog.Show();
            NewMarkerDialog.btnAddMarkerClicked += new EventHandler(cw_btnAddMarkerClicked);
        }
示例#2
0
        public void NewMarker()
        {
            currentposition = MainMap.Position;

            NewMarkerGEO = GetGEO(currentposition);

            Windows.NewMarker NewMarkerDialog = new Windows.NewMarker();
            NewMarkerDialog.Show();
            NewMarkerDialog.btnAddMarkerClicked += new EventHandler(cw_btnAddMarkerClicked);
        }