Files
cuetools.net/Bwg.Scsi/DeviceManagerRescanArgs.cs
2008-11-26 18:57:40 +00:00

15 lines
300 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Bwg.Scsi
{
/// <summary>
/// This class represents the arguments to the scan event in the
/// device manager.
/// </summary>
public class DeviceManagerRescanArgs : EventArgs
{
}
}