mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Member or type can be made internal.
This commit is contained in:
@@ -39,9 +39,9 @@ using Microsoft.Win32.SafeHandles;
|
||||
|
||||
namespace DiscImageChef.Devices.Windows
|
||||
{
|
||||
public static class ListDevices
|
||||
static class ListDevices
|
||||
{
|
||||
public static DeviceInfo[] GetList()
|
||||
internal static DeviceInfo[] GetList()
|
||||
{
|
||||
List<string> DeviceIDs = new List<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user