Example #1
0
        /// <summary>
        /// Opens the Maplist form
        /// </summary>
        private void EditMapListBtn_Click(object sender, EventArgs e)
        {
            using (MapListForm Form = new MapListForm())
            {
                Form.ShowDialog();
            }

            // Update maplist
            ModSelectList_SelectedIndexChanged(this, EventArgs.Empty);
        }