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