Exemplo n.º 1
0
 //=======================================//
 private void SetColor()
 {
     for (int i = 0; i < textsToChangeColor.Count; ++i)
     {
         MyUtility.ChangeStringColor(ref text, textsToChangeColor[i], colorToChange);
     }
     // text = text.Replace(textsToChangeColor[i], ("<color=#ADB5EA>" + textsToChangeColor[i] + "</color>"));
     //
     tmp.SetText(text);
 }