Ejemplo n.º 1
0
 public void AddComment(TmpComment comment)
 {
     Objects.Add(new TmpMainLevelObject(comment));
 }
Ejemplo n.º 2
0
 public void AddComment(TmpComment comment)
 {
     ItemObjects.Add(new TmpItemLevelObject(comment));
 }
Ejemplo n.º 3
0
 public TmpMainLevelObject(TmpComment comment)
 {
     content = comment;
 }