Exemplo n.º 1
0
 /// <summary>
 /// Adds in the ForumTitle XML to the given parent (the H2G2 node)
 /// </summary>
 /// <param name="parent"></param>
 public void AddJournalGetTitle(XmlElement parent)
 {
     Forum journal = new Forum(InputContext);
     journal.GetTitle(_journalID, 0, false);
     AddInside(parent, journal);
 }