home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Shareware / Programare / gpssdk / GPS.NET Global Positioning SDK 1.4.6.msi / Data1.cab / MyApplication.vb2 < prev    next >
Encoding:
Text File  |  2004-07-21  |  1.1 KB  |  34 lines

  1. '------------------------------------------------------------------------------
  2. ' <autogenerated>
  3. '     This code was generated by a tool.
  4. '     Runtime Version:2.0.40607.16
  5. '
  6. '     Changes to this file may cause incorrect behavior and will be lost if
  7. '     the code is regenerated.
  8. ' </autogenerated>
  9. '------------------------------------------------------------------------------
  10.  
  11. Option Strict On
  12. Option Explicit On
  13.  
  14.  
  15. Namespace My
  16.     
  17.     Partial Class MyApplication
  18.         Inherits System.Windows.Forms.WindowsFormsApplicationBase
  19.         
  20.         <System.Diagnostics.DebuggerStepThrough()>  _
  21.         Public Sub New()
  22.             MyBase.New(System.Windows.Forms.AuthenticationMode.Windows)
  23.             Me.IsSingleInstance = false
  24.             Me.EnableVisualStyles = true
  25.             Me.ShutDownStyle = System.Windows.Forms.ShutdownMode.AfterMainFormCloses
  26.         End Sub
  27.         
  28.         <System.Diagnostics.DebuggerStepThrough()>  _
  29.         Protected Overrides Sub OnCreateMainForm()
  30.             Me.MainForm = My.Forms.MainForm
  31.         End Sub
  32.     End Class
  33. End Namespace
  34.