Example #1
0
 private JServer(CServer value) : this()
 {
     this.ID   = JID.Value(value.ID);
     this.Host = JHost.Value(value.Host);
 }
Example #2
0
 private JRoom(CRoom value) : this()
 {
     ID = JID.Value(value.ID);
 }
Example #3
0
 private JClient(CClient value) : this()
 {
     ID   = JID.Value(value.ID);
     Host = JHost.Value(value.Host);
 }