CSReportEditor.fProperties.showFormula C# (CSharp) Méthode

showFormula() private méthode

private showFormula ( String formula, bool &cancel ) : void
formula String
cancel bool
Résultat void
        private void showFormula(String formula, out bool cancel)
        {
            //TODO: fix me
            cancel = false;
            /*
          Iterator listeners = m_listeners.iterator();
          while(listeners.hasNext()) {
              ((fPropertiesEventI)listeners.next()).showEditFormula(formula, cancel);
          };*/
        }
fProperties