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

The NTier Application Wizard form used to query information for importing tables, creating entities and creating forms.

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

Syntax

C#
public class AppWizardControl : NDUserControl, 
	IToolWindowEvents
Visual Basic
Public Class AppWizardControl
	Inherits NDUserControl
	Implements IToolWindowEvents
Visual C++
public ref class AppWizardControl : public NDUserControl, 
	IToolWindowEvents

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              NUserControl
                NTier.Designer.Forms..::..NDUserControl
                  NTier.AppWizard.Forms..::..AppWizardControl

See Also