Пример #1
0
 public static string GetFormulaView(Formula formula)
 {
     return(formula.Apply(RawVisitor));
 }