Esempio n. 1
0
 public BaseDataItem(string uniqueId, string title, string content, BaseDataGroup group)
     : base(uniqueId, title)
 {
     this._content = content;
     this._group = group;
 }
Esempio n. 2
0
 public BaseDataItem(string uniqueId, string title, string content, BaseDataGroup group)
     : base(uniqueId, title)
 {
     this._content = content;
     this._group   = group;
 }