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

Implements IWizard for the silverlight shadow project that performs the following actions: - If an NTier Windows Forms application is being created, queries the user for whether a silverlight project should also be created. - If an NTier shadow project is being created, the project to be shadowed is queried from the user. - Creates the shadow project.

Namespace: NTier.VisualStudioWizards
Assembly: NTier.VisualStudioWizards (in NTier.VisualStudioWizards.dll) Version: 1.0.0.0

Syntax

C#
public class NTierSilverlightShadowTemplateWizard : IWizard
Visual Basic
Public Class NTierSilverlightShadowTemplateWizard
	Implements IWizard
Visual C++
public ref class NTierSilverlightShadowTemplateWizard : IWizard

Inheritance Hierarchy

System..::..Object
  NTier.VisualStudioWizards..::..NTierSilverlightShadowTemplateWizard

See Also