コード例 #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
ファイル: FrmModifierRapport.cs プロジェクト: ioulai/GSB-v7
        private void cb_motif_SelectedIndexChanged(object sender, EventArgs e)
        {
            MOTIF unMotif = (MOTIF)this.cb_motif.SelectedItem;

            idMotif = unMotif.idMotif;
        }