示例#1
0
        private void Read(BinaryReader annotation)
        {
            _topology = new ClusterTopology(_room, annotation);
            _topology.onLinkRemove += __linkRemove;
            _topology.onLinkableDeleted += __onLinkableDeleted;
            _topology.onUnclusterBadge += __unclusterBadge;

            _doc = new ServerVdDoc(annotation);
        }
示例#2
0
        private void Read(BinaryReader annotation)
        {
            _topology = new ClusterTopology(_room, annotation);
            _topology.onLinkRemove      += __linkRemove;
            _topology.onLinkableDeleted += __onLinkableDeleted;
            _topology.onUnclusterBadge  += __unclusterBadge;

            _doc = new ServerVdDoc(annotation);
        }