From a265e9721f5d1d01ff47f1fa8384fdd30e39c209 Mon Sep 17 00:00:00 2001 From: Edson Armando <36713890+SistemaRayoXP@users.noreply.github.com> Date: Wed, 26 Dec 2018 22:22:43 -0600 Subject: [PATCH] Delete frmAbout.vb --- frmAbout.vb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 frmAbout.vb 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