mirror of
https://github.com/SistemaRayoXP/Virtual-Mac.git
synced 2024-12-01 03:49:23 +00:00
Delete frmAbout.vb
This commit is contained in:
parent
d49a9f5015
commit
a265e9721f
22
frmAbout.vb
22
frmAbout.vb
@ -1,22 +0,0 @@
|
||||
Option Strict Off
|
||||
Option Explicit On
|
||||
Friend Class frmAbout
|
||||
Inherits System.Windows.Forms.Form
|
||||
Private Sub frmAbout_Load(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Load
|
||||
|
||||
SystemInformation()
|
||||
|
||||
End Sub
|
||||
|
||||
Public Sub SystemInformation()
|
||||
|
||||
'Declarations
|
||||
|
||||
'Here you obtain the system info
|
||||
|
||||
'Naming the Windows OS by its version
|
||||
|
||||
'Assigning the info to the labels
|
||||
|
||||
End Sub
|
||||
End Class
|
Loading…
Reference in New Issue
Block a user