Esempio n. 1
0
 public void AddFormattedText(string txt, object txtColor, bool isBold = false, bool isUnderline = false) // System.Drawing.Brush
 {
     TBF.AddFormattedText(txt, txtColor, isBold, isUnderline);
 }