Example #1
0
        public DesignerShell()
        {
            InitializeComponent();

            //Now initialize the contained components
            this.workflowPanel = new WorkflowViewPanel(this);
            this.workflowPanel.Dock = DockStyle.Fill;
            this.workflowPanel.Name = "WorkflowViewPanel";

            this.Panel2.Controls.Add(this.workflowPanel);

            //load the default workflow to start with
            this.workflowPanel.LoadDefaultWorkflow();
        }
Example #2
0
        public DesignerShell()
        {
            InitializeComponent();

            //Now initialize the contained components
            this.workflowPanel      = new WorkflowViewPanel(this);
            this.workflowPanel.Dock = DockStyle.Fill;
            this.workflowPanel.Name = "WorkflowViewPanel";

            this.Panel2.Controls.Add(this.workflowPanel);

            //load the default workflow to start with
            this.workflowPanel.LoadDefaultWorkflow();
        }