Exemplo n.º 1
0
        public ComponentNode(IProductElementViewModel innerViewModel, ServiceNode parent)
            : base(innerViewModel)
        {
            this.IsResizable = false;

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

            this.SetParent(parent);
        }
Exemplo n.º 2
0
        public ComponentNode(IProductElementViewModel innerViewModel, ServiceNode parent)
            : base(innerViewModel)
        {
            this.IsResizable = false;

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

            this.SetParent(parent);
        }