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

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

Syntax

C#
public class NDForm : NForm
Visual Basic
Public Class NDForm
	Inherits NForm
Visual C++
public ref class NDForm : public NForm

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
              NForm
                NTier.Designer.Forms..::..NDForm
                  NTier.Model.Forms..::..DbSchemaConfigForm
                  NTier.Model.Forms..::..DbTableForm
                  NTier.Model.Forms..::..EntityClassSetDbSyncTasksForm
                  NTier.Model.Forms..::..RelationForm

See Also