Esempio n. 1
0
 public RichIDLFormatter(RichTextBoxEx rtb)
 {
     _sb  = new StringBuilder();
     _rtb = rtb;
     _bPendingApplyTabs = false;
 }