예제 #1
0
 private void ReportAdd(TextHighliter TH)
 {
     TH.DropInto(txtOut.Document);
     TH.Clear();
 }
예제 #2
0
 private void ReportAdd(TextHighliter th)
 {
     th.DropInto(TxtOut.Document);
     th.Clear();
 }