コード例 #1
0
ファイル: WizardForm.cs プロジェクト: ssickles/archive
 public WizardForm()
 {
     InitializeComponent();
     folderSelectionLabel.Text = conditionSelectionLabel.Text = ifParameterLinkLabel.Text = actionsSelectionLabel.Text = string.Empty;
     workflowDesigner = new WorkflowViewWrapper();
     this.splitContainer1.Panel2.Controls.Add(workflowDesigner);
     workflowDesigner.Show();
 }
コード例 #2
0
ファイル: WizardForm.cs プロジェクト: Br3nda/sfdocsamples
 public WizardForm()
 {
     InitializeComponent();
     folderSelectionLabel.Text = conditionSelectionLabel.Text = ifParameterLinkLabel.Text = actionsSelectionLabel.Text = string.Empty;
     workflowDesigner          = new WorkflowViewWrapper();
     this.splitContainer1.Panel2.Controls.Add(workflowDesigner);
     workflowDesigner.Show();
 }