Exemplo n.º 1
0
 public Index(Chats.Index parent)
 {
     this.parent = parent;
     rc          = parent.rc;
 }
Exemplo n.º 2
0
 public Index(Chats.Index parent, string postId = null)
 {
     this.parent = parent;
     rc          = parent.rc;
     this.postId = postId;
 }