GH_FormShepard Constructor |
Create a new form shepard.
Namespace:
Grasshopper.GUI
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_FormShepard(
Form nOwner
)
Public Sub New (
nOwner As Form
)
Parameters
- nOwner
- Type: System.Windows.FormsForm
Owner form.
See Also