mirror of
https://github.com/RomanBelkov/DiskImager.git
synced 2026-05-15 14:15:51 -06:00
Credit Jan Dolinay
This commit is contained in:
parent
8494fb4074
commit
6093b055e3
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue