예제 #1
0
        public ComponentNode(IProductElementViewModel innerViewModel, ServiceNode parent)
            : base(innerViewModel)
        {
            this.IsResizable = false;

            this.Bounds = new Rect(12, 40, 276, 38);

            this.SetParent(parent);
        }
예제 #2
0
        public ComponentNode(IProductElementViewModel innerViewModel, ServiceNode parent)
            : base(innerViewModel)
        {
            this.IsResizable = false;

            this.Bounds = new Rect(12, 40, 276, 38);

            this.SetParent(parent);
        }