Пример #1
0
 private string ReplaceMethodWithColor(string s)
 {
     string[] ss = FormulaBase.GetAllNativeMethods();
     return(ReplaceMethodWithColor(s, "#c08000", FormulaBase.GetAllNativeMethods(), true));
 }