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

A form used to query the user for the project that a shadow project is to be created for.

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

Syntax

C#
public class QueryShadowedProjectFileForm : Form
Visual Basic
Public Class QueryShadowedProjectFileForm
	Inherits Form
Visual C++
public ref class QueryShadowedProjectFileForm : public Form

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              NTier.VisualStudioWizards..::..QueryShadowedProjectFileForm

See Also