Exemple #1
0
 internal USBEvent(USBEventType type, Guid guid, string devicePath)
 {
     this.Guid = guid;
     this.DevicePath = devicePath;
     this.Type= type;
 }
Exemple #2
0
 internal USBEvent(USBEventType type, Guid guid, string devicePath)
 {
     this.Guid       = guid;
     this.DevicePath = devicePath;
     this.Type       = type;
 }
 public USBEventArgs(USBEventType Type, USBDisk Disk)
 {
     this.EventType = Type;
     this.Disk      = Disk;
 }