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