mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2024-12-04 07:52:10 +00:00
bff2e655c3
NET Code!
44 lines
1.8 KiB
VB.net
44 lines
1.8 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' Este código fue generado por una herramienta.
|
|
' Versión del motor en tiempo de ejecución:2.0.50727.3053
|
|
'
|
|
' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
|
|
' se vuelve a generar el código.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict On
|
|
Option Explicit On
|
|
|
|
|
|
Namespace My
|
|
|
|
'NOTA: este archivo se genera de forma automática; no lo modifique directamente. Para realizar cambios,
|
|
' o si detecta errores de generación en este archivo, vaya al Diseñador de proyectos
|
|
' (vaya a Propiedades del proyecto o haga doble clic en el nodo My Project en el
|
|
' Explorador de soluciones) y realice cambios en la ficha Aplicación.
|
|
'
|
|
Partial Friend Class MyApplication
|
|
|
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
|
Public Sub New()
|
|
MyBase.New(Global.Microsoft.VisualBasic.ApplicationServices.AuthenticationMode.Windows)
|
|
Me.IsSingleInstance = false
|
|
Me.EnableVisualStyles = true
|
|
Me.SaveMySettingsOnExit = true
|
|
Me.ShutDownStyle = Global.Microsoft.VisualBasic.ApplicationServices.ShutdownMode.AfterMainFormCloses
|
|
End Sub
|
|
|
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
|
Protected Overrides Sub OnCreateMainForm()
|
|
Me.MainForm = Global.VirtualMac.frmMain
|
|
End Sub
|
|
|
|
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
|
|
Protected Overrides Sub OnCreateSplashScreen()
|
|
Me.SplashScreen = Global.VirtualMac.frmSplash
|
|
End Sub
|
|
End Class
|
|
End Namespace
|