home *** CD-ROM | disk | FTP | other *** search
- Imports System
- Imports System.Collections
- Imports System.ComponentModel
- Imports System.Drawing
- Imports System.Windows.Forms
-
- Namespace Controls
- Public Class AboutBox
- Inherits NETXP.Forms.About
- Private components As System.ComponentModel.IContainer
-
- Public Sub New()
- ' This call is required by the Windows Form Designer.
- InitializeComponent()
-
- ' TODO: Add any initialization after the InitializeComponent call
- End Sub
-
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- If disposing Then
- If Not components Is Nothing Then
- components.Dispose()
- End If
- End If
- MyBase.Dispose(disposing)
- End Sub
-
- #Region "Designer generated code"
- Private Sub InitializeComponent()
- components = New System.ComponentModel.Container
- End Sub
- #End Region
- End Class
- End Namespace