MonoHotDraw.SteticComponent.SteticComponent C# (CSharp) Method

SteticComponent() public method

public SteticComponent ( ) : System
return System
        public SteticComponent()
        {
            this.Build();

            View = new StandardDrawingView (this);
            this.scrolledwindow.Add ((Widget) View);
            Tool = new SelectionTool (this);
            UndoManager = new UndoManager();
            UndoManager.StackChanged += delegate {
                OnUndoStackChanged();
            };
        }