Delete frmAbout.vb

This commit is contained in:
Edson Armando 2018-12-26 22:22:43 -06:00 committed by GitHub
parent d49a9f5015
commit a265e9721f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 22 deletions

View File

@ -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