mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 10:04:24 +00:00
15 lines
300 B
C#
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
|
|
{
|
|
}
|
|
}
|