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