Ejemplo n.º 1
0
 //------------------------------------------------------------------------
 public void SetElementEdite(object element)
 {
     if (m_controleAlloue != null)
     {
         m_controleAlloue.SetElementEdite(element);
     }
 }
Ejemplo n.º 2
0
 //---------------------------------------------------
 public void SetElementEdite(object element)
 {
     m_elementEdite = element;
     if (m_controlePrincipal != null)
     {
         m_controlePrincipal.SetElementEdite(element);
         Enabled = m_controlePrincipal.Control.Enabled;
         // 14/11/2012 YK : il faut rappeller ici cette fonction pour mettre à jour la Visibilité des controles
         m_createur.UpdateVisibilityEtEnable(m_controlePrincipal, m_elementEdite);
     }
 }