Credit Jan Dolinay

This commit is contained in:
Alex Lennon 2013-11-10 04:42:56 -08:00
parent 8494fb4074
commit 6093b055e3

View file

@ -4,6 +4,11 @@ using System.Runtime.InteropServices; // required for Marshal
using System.IO;
using Microsoft.Win32.SafeHandles;
//
// Used Jan Dolinay's example from CodeProject
//
// see: http://www.codeproject.com/Articles/18062/Detecting-USB-Drive-Removal-in-a-C-Program
//
namespace DynamicDevices.DiskWriter.Detection
{
/// <summary>