C# Class WorkflowDesigner.DesignerViewModel

Inheritance: System.Windows.DependencyObject, IPartImportsSatisfiedNotification
Show file Open project: DenisVuyka/SLWorkflowDesigner Class Usage Examples

Private Properties

Property Type Description
LoadToolboxItems void

Public Methods

Method Description
DesignerViewModel ( ) : System.Collections.Generic
OnImportsSatisfied ( ) : void

Private Methods

Method Description
LoadToolboxItems ( ) : void

Method Details

DesignerViewModel() public method

public DesignerViewModel ( ) : System.Collections.Generic
return System.Collections.Generic

OnImportsSatisfied() public method

public OnImportsSatisfied ( ) : void
return void