Ejemplo n.º 1
0
 public RoomObjExt(RoomObj r)
 {
     this.Name    = r.Name;
     this.clients = r.clients;
     this.Creator = r.Creator;
 }