コード例 #1
0
 private string AuthorForLastChange(NamespaceManager manager, string topic)
 {
     IList<TopicChange> changes = manager.AllChangesForTopic(topic);
     return changes[changes.Count - 1].Author;
 }