Exemple #1
0
        public GraphicDrawerForm(GraphicDrawer control)
        {
            this.control = control;
            this.Size    = control.Size;

            control.Parent = this;
            control.Dock   = DockStyle.Fill;

            this.PerformLayout();
            this.Refresh();
        }
        public GraphicDrawerForm(GraphicDrawer control)
        {
            this.control = control;
            this.Size = control.Size;

            control.Parent = this;
            control.Dock = DockStyle.Fill;

            this.PerformLayout();
            this.Refresh();
        }