예제 #1
0
        private void cb_motif_SelectedIndexChanged(object sender, EventArgs e)
        {
            // recuperation du motif actuellement selectionner par  l'utilisateur
            MOTIF unMotif = (MOTIF)this.cb_motif.SelectedItem;

            leMotif = unMotif;
        }
예제 #2
0
        private void cb_motif_SelectedIndexChanged(object sender, EventArgs e)
        {
            MOTIF unMotif = (MOTIF)this.cb_motif.SelectedItem;

            idMotif = unMotif.idMotif;
        }