Exemplo n.º 1
0
 private void Menu_CloneGroupB_Click(object sender, EventArgs e)
 {
     GroupSelect groupSelect = new GroupSelect();
       groupSelect.SelectGroupName.Text = "Clone Group B";
       groupSelect.Tag = (object) this;
       groupSelect.Show();
 }
Exemplo n.º 2
0
 private void MenuTerrainC_Click(object sender, EventArgs e)
 {
     GroupSelect groupSelect = new GroupSelect();
       groupSelect.SelectGroupName.Text = "Select Group C";
       groupSelect.Tag = (object) this;
       groupSelect.Show();
 }