C# (CSharp) SampleCsModelessForm Namespace

Сlasses

Name Description
SampleCsForm
SampleCsModelessFormCommand A Rhino.NET plug-in can contain as many MRhinoCommand derived classes as it wants. DO NOT create an instance of this class (this is the responsibility of Rhino.NET.) A command wizard can be found in visual studio when adding a new item to the project.
SampleCsModelessFormPlugIn

Every RhinoCommon .rhp assembly must have one and only one PlugIn-derived class. DO NOT create instances of this class yourself. It is the responsibility of Rhino to create an instance of this class.

To complete plug-in information, please also see all PlugInDescription attributes in AssemblyInfo.cs (you might need to click "Project" -> "Show All Files" to see it in the "Solution Explorer" window).

SampleCsModelessFormPlugInAttributes