diff --git a/frmAbout.vb b/frmAbout.vb deleted file mode 100644 index f4f4413..0000000 --- a/frmAbout.vb +++ /dev/null @@ -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 \ No newline at end of file