Beispiel #1
0
        private void btnBrowseMap_Click(object sender, EventArgs e)
        {
            int?mapId = MapBrowser.Show();

            if (mapId != null)
            {
                tmBox.Value = (int)mapId;
            }
        }