コード例 #1
0
ファイル: VectProcessor.cs プロジェクト: gdlprj/duscusys
        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);
        }