private void m_picExtraireListe_Click(object sender, EventArgs e)
 {
     CFormListeExtraite.ShowListe(
         PhaseSpecifications.Libelle,
         PhaseSpecifications.Besoins,
         null,
         "PHASE_SPECS");
 }
예제 #2
0
        //----------------------------------------------------------------------
        private void m_picExtraireListe_Click(object sender, EventArgs e)
        {
            IElementAOperationsRealisees elt = ((CObjetDonnee)ElementAOperations).GetObjetInContexte(CSc2iWin32DataClient.ContexteCourant) as IElementAOperationsRealisees;

            if (elt != null)
            {
                CFormListeExtraite.ShowListe(elt.Libelle, elt.Operations, null, "FROM_EDIT_OPERATIONS");
            }
        }