Exemplo n.º 1
0
        private void affecterToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AffecterAdherent affectation = new AffecterAdherent();

            affectation.ShowDialog();
        }
Exemplo n.º 2
0
        private void btnAffect_Click(object sender, EventArgs e)
        {
            AffecterAdherent affecter = new AffecterAdherent();

            affecter.ShowDialog();
        }