mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Fixed MOST name inconsistencies.
This commit is contained in:
@@ -36,12 +36,12 @@ namespace DiscImageChef.Devices
|
||||
{
|
||||
public struct DeviceInfo
|
||||
{
|
||||
public string path;
|
||||
public string vendor;
|
||||
public string model;
|
||||
public string serial;
|
||||
public string bus;
|
||||
public bool supported;
|
||||
public string Path;
|
||||
public string Vendor;
|
||||
public string Model;
|
||||
public string Serial;
|
||||
public string Bus;
|
||||
public bool Supported;
|
||||
}
|
||||
|
||||
public partial class Device
|
||||
|
||||
Reference in New Issue
Block a user