Added battery charge readings (next to discharge)

This commit is contained in:
Serge
2023-07-18 12:33:29 +02:00
parent fecf1cfece
commit 3ce473f78d
8 changed files with 103 additions and 54 deletions

View File

@@ -375,6 +375,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Charging.
/// </summary>
internal static string Charging {
get {
return ResourceManager.GetString("Charging", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Color.
/// </summary>