mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-14 03:16:40 +10:00
Code cleanup
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Text;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@@ -134,7 +133,7 @@ namespace MadWizard.WinUSBNet
|
||||
/// is not necessarily the same as the interface index.</param>
|
||||
/// <exception cref="IndexOutOfRangeException">Thrown when the given interface number does not exist in the collection.</exception>
|
||||
/// <returns></returns>
|
||||
public USBInterface this[ int interfaceNumber ]
|
||||
public USBInterface this[int interfaceNumber]
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user