Esempio n. 1
0
 internal GalleryTag(TagCollection owner, Tag content, TagState state)
 {
     this.owner = owner;
     this.Content = content;
     this.state = state;
 }