private void m_wndAideFormule_OnSendCommande(string strCommande, int nPosCurseur)
 {
     if (m_txtFormule != null)
     {
         m_wndAideFormule.InsereInTextBox(m_txtFormule, nPosCurseur, strCommande);
     }
 }