Пример #1
0
 public Content(content_type t)
 {
     type = t;
 }
Пример #2
0
 public Content(string i, content_type t)
 {
     id = i;
     type = t;
 }