home *** CD-ROM | disk | FTP | other *** search
- VERSION 1.0 CLASS
- BEGIN
- MultiUse = -1 'True
- END
- Attribute VB_Name = "Application"
- Attribute VB_Creatable = True
- Attribute VB_Exposed = True
- ' Application class -- APP.CLS
- ' Creates and returns the various objects in
- ' this project.
- Option Explicit
-
- Public FileIO As New FileIO
- Public Help As New Help
- Public Information As New Information
- Public Keyboard As New Keyboard
- Public Registration As New Registration
- Public Version As New Version
-
-