See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Initializes a new instance of the ToolWindowStyleEditorsInstaller class
Namespace: NTier.Designer.InstallersAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
C# |
---|
public ToolWindowStyleEditorsInstaller( Nullable<VisualStudioVersion> vsVersion ) |
Visual Basic |
---|
Public Sub New ( vsVersion As Nullable(Of VisualStudioVersion) ) |
Visual C++ |
---|
public: ToolWindowStyleEditorsInstaller( Nullable<VisualStudioVersion> vsVersion ) |
Parameters
- vsVersion
- Type: System..::..Nullable<(Of <(<'VisualStudioVersion>)>)>