コード例 #1
0
ファイル: ServiceNode.cs プロジェクト: slamj1/ServiceMatrix
        public ServiceNode(IProductElementViewModel innerViewModel, EndpointNode parent)
            : base(innerViewModel)
        {
            this.SHAPE_MIN_HEIGHT = 130;
            this.Bounds = new Rect(12, 40, 296, this.SHAPE_MIN_HEIGHT);

            this.SetParent(parent);
        }
コード例 #2
0
ファイル: ServiceNode.cs プロジェクト: nanohex/ServiceMatrix
        public ServiceNode(IProductElementViewModel innerViewModel, EndpointNode parent)
            : base(innerViewModel)
        {
            this.SHAPE_MIN_HEIGHT = 130;
            this.Bounds           = new Rect(12, 40, 296, this.SHAPE_MIN_HEIGHT);

            this.SetParent(parent);
        }