mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 06:15:08 +00:00
Added an Identifier class for IHardware, ISensor and IParameter Identifier properties.
This commit is contained in:
@@ -75,8 +75,8 @@ namespace OpenHardwareMonitor.Hardware.Mainboard {
|
||||
get { return name; }
|
||||
}
|
||||
|
||||
public string Identifier {
|
||||
get { return "/mainboard"; }
|
||||
public Identifier Identifier {
|
||||
get { return new Identifier("mainboard"); }
|
||||
}
|
||||
|
||||
public Image Icon {
|
||||
|
Reference in New Issue
Block a user