public Wiki() { html = ""; sm = new Segment(20); smmprg = new SummariParagraph(50); smmbl = new SummariBullet(); web = new Web(Encoding.UTF8); }
public Wiki(string html) { this.html = html; sm = new Segment(20); smmprg = new SummariParagraph(50); }