Ejemplo n.º 1
0
 public WizardForm()
 {
     InitializeComponent();
     folderSelectionLabel.Text = conditionSelectionLabel.Text = ifParameterLinkLabel.Text = actionsSelectionLabel.Text = string.Empty;
     workflowDesigner = new WorkflowViewWrapper();
     this.splitContainer1.Panel2.Controls.Add(workflowDesigner);
     workflowDesigner.Show();
 }
Ejemplo n.º 2
0
 public WizardForm()
 {
     InitializeComponent();
     folderSelectionLabel.Text = conditionSelectionLabel.Text = ifParameterLinkLabel.Text = actionsSelectionLabel.Text = string.Empty;
     workflowDesigner          = new WorkflowViewWrapper();
     this.splitContainer1.Panel2.Controls.Add(workflowDesigner);
     workflowDesigner.Show();
 }