Ejemplo n.º 1
0
        private void BtAff_Click(object sender, EventArgs e)
        {
            int x = AFlistAdherent.SelectedIndex;
            int y = AFlistclub.SelectedIndex;

            id_ad = cd[x].GetID();
            id_cd = dc[y].GetID();

            AfConf.Show();
            BtAff.Hide();
        }