17 lines
337 B
C#
17 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
|
|
}
|
|
}
|
|
}
|