public Document OpenDocument(FileInfo fileInfo) { control.SetContent(ReadFile(fileInfo)); var doc = new HelpDocument(fileInfo); return(doc); }
public Document OpenDocument(FileInfo fileInfo) { control.SetContent(ReadFile(fileInfo)); var doc = new HelpDocument(fileInfo); return doc; }
public Document CreateDocument(string title) { var doc = new HelpDocument(title); return doc; }
public Document CreateDocument(string title) { var doc = new HelpDocument(title); return(doc); }