Example #1
0
 public bool Write(Document doc, string text)
 {
     doc.Write(text);
     return true;
 }