From 38aed78cd35f46370a3e8232f7b9f3e35ca324e3 Mon Sep 17 00:00:00 2001 From: xieguigang Date: Sun, 9 Jun 2019 16:38:19 +0800 Subject: [PATCH] Update DriveInfo.vb removes invalid type reference --- ComputingServices/FileSystem/Objects/DriveInfo.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComputingServices/FileSystem/Objects/DriveInfo.vb b/ComputingServices/FileSystem/Objects/DriveInfo.vb index c03279d..555989f 100644 --- a/ComputingServices/FileSystem/Objects/DriveInfo.vb +++ b/ComputingServices/FileSystem/Objects/DriveInfo.vb @@ -53,7 +53,7 @@ Namespace FileSystem ''' ''' Provides access to information on a drive. ''' - Public NotInheritable Class DriveInfo : Inherits BaseClass + Public NotInheritable Class DriveInfo Sub New(info As System.IO.DriveInfo) Me.AvailableFreeSpace = info.AvailableFreeSpace