Exemple #1
0
        public override void Monter()
        {
            OnClic();

            if (m_listeSpeedGeree.ElementSelectionne != null)
            {
                OnClicPourMonter();

                object oSelec = m_listeSpeedGeree.ElementSelectionne;
                RenumerotterListeSpeed(ESensAction.Monter);
                m_listeSpeedGeree.Refresh();
                m_listeSpeedGeree.ElementSelectionne = (CObjetDonnee)oSelec;
            }
        }