Exemplo n.º 1
0
 //-----------------------------------------------
 public void OnChangeFormule(CRepresentationExpressionGraphique exp)
 {
     foreach (KeyValuePair <int, string> kv in m_dicParametresGraphiques)
     {
         if (kv.Value == exp.Id)
         {
             if (Formule != null)
             {
                 Formule.SetParametre(kv.Key, exp.FormuleFinale);
             }
         }
     }
 }