Advertisement
Guest User

backup

a guest
May 19th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. '------------------------------------------------------------------------------
  2. ' <auto-generated>
  3. ' This code was generated by a tool.
  4. ' Runtime Version:4.0.30319.42000
  5. '
  6. ' Changes to this file may cause incorrect behavior and will be lost if
  7. ' the code is regenerated.
  8. ' </auto-generated>
  9. '------------------------------------------------------------------------------
  10.  
  11. Option Strict On
  12. Option Explicit On
  13.  
  14.  
  15. Namespace My
  16.  
  17. 'NOTE: This file is auto-generated; do not modify it directly. To make changes,
  18. ' or if you encounter build errors in this file, go to the Project Designer
  19. ' (go to Project Properties or double-click the My Project node in
  20. ' Solution Explorer), and make changes on the Application tab.
  21. '
  22. Partial Friend Class MyApplication
  23.  
  24. <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
  25. Public Sub New()
  26. MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
  27. Me.IsSingleInstance = true
  28. Me.EnableVisualStyles = true
  29. Me.SaveMySettingsOnExit = true
  30. Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
  31. End Sub
  32.  
  33. <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
  34. Protected Overrides Sub OnCreateMainForm()
  35. Me.MainForm = Global.FlexEdit.MainForm
  36. End Sub
  37.  
  38. <Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
  39. Protected Overrides Sub OnCreateSplashScreen()
  40. Me.SplashScreen = Global.FlexEdit.Splash
  41. End Sub
  42. End Class
  43. End Namespace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement