See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Initializes a new instance of the GoaWinFormsTypeDescriptorFilterService class

Namespace: NTier.Forms.Design
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public GoaWinFormsTypeDescriptorFilterService(
	IServiceProvider serviceProvider,
	ITypeDescriptorFilterService inner
)
Visual Basic
Public Sub New ( 
	serviceProvider As IServiceProvider,
	inner As ITypeDescriptorFilterService
)
Visual C++
public:
GoaWinFormsTypeDescriptorFilterService(
	IServiceProvider^ serviceProvider, 
	ITypeDescriptorFilterService^ inner
)

See Also