Ejemplo n.º 1
0
        private void buttonAdd_Click(object sender, EventArgs e)
        {
            // Get text from the textinput thing
            String name = textBoxAddCommandGroup_Name.Text.ToString();

            main.AddCommandGroundByName(name);

            this.Close();
        }