Merged GPU temp reader

This commit is contained in:
seerge
2023-03-13 20:02:59 +01:00
parent 550e9fc036
commit a211dd412f
4 changed files with 66 additions and 65 deletions

View File

@@ -550,7 +550,7 @@ public class NativeMethods
displayNum = count;
}
count++;
Debug.WriteLine(device.outputTechnology);
//Debug.WriteLine(device.outputTechnology);
//Debug.WriteLine(device.monitorFriendlyDeviceName);
}
@@ -569,7 +569,7 @@ public class NativeMethods
{
laptopScreen = screen.DeviceName;
}
Debug.WriteLine(screen.DeviceName);
//Debug.WriteLine(screen.DeviceName);
count++;
}
}