Example #1
0
 public void AddComment(TmpComment comment)
 {
     Objects.Add(new TmpMainLevelObject(comment));
 }
 public void AddComment(TmpComment comment)
 {
     ItemObjects.Add(new TmpItemLevelObject(comment));
 }
Example #3
0
 public TmpMainLevelObject(TmpComment comment)
 {
     content = comment;
 }