Ejemplo n.º 1
0
 public bool GetText(CancellationToken ct, out string text)
 {
     return(board.GetArticleText(this, ct, out text));
 }