1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
saviour-backup-system/Saviour Backup System/USBTools.cs

18 lines
337 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.IO;
namespace Saviour_Backup_System
{
public class USBTools
{
public void updateDriveList()
{
//Get code for scanning drive (from other project) here
}
}
}