Initializes a new instance of the CreateDependencyCommand command.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public CreateDependencyCommand ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
The project this command will operate on.
The source activity of the newly created dependency.
The target activity of the newly created dependency.
See Also