Design Pattern Framework 3.5
WindowsFormsApplication Namespace
Patterns-In-Action! Application ► WindowsFormsApplication
Declaration Syntax
C# | Visual Basic |
namespace WindowsFormsApplication
Namespace WindowsFormsApplication
Types
All Types | Classes |
Icon | Type | Description |
---|---|---|
FormAbout |
Displays copyright notice.
|
|
FormCustomer |
This form is used to add new customer data or edit
existing customer data.
|
|
FormLogin |
This is where users enter login credentials.
|
|
FormMain |
Main window for Windows Forms application. Most business logic resides
in this window as it responds to local control events, menu events, and
closed dialog events. This is usually the preferred model, unless the
child windows have significant processing requirements, then they handle
that themselves.
|