C# Class SpaceClaim.AddIn.Gear.GearCalculationsLine1Capsule

Inheritance: GearCalculationsCapsule
Mostrar archivo Open project: bcourter/SpaceClaim-AddIns

Public Methods

Method Description
GearCalculationsLine1Capsule ( string name, RibbonGroupCapsule group, RibbonCommandCapsule parent ) : System

Protected Methods

Method Description
OnUpdate ( System.Windows.Forms.Command command ) : void

Method Details

GearCalculationsLine1Capsule() public method

public GearCalculationsLine1Capsule ( string name, RibbonGroupCapsule group, RibbonCommandCapsule parent ) : System
name string
group SpaceClaim.AddInLibrary.RibbonGroupCapsule
parent SpaceClaim.AddInLibrary.RibbonCommandCapsule
return System

OnUpdate() protected method

protected OnUpdate ( System.Windows.Forms.Command command ) : void
command System.Windows.Forms.Command
return void