Driver Updates

This commit is contained in:
Serge
2023-06-05 17:31:59 +02:00
parent 4c8291c74b
commit 4bbfbd0382
14 changed files with 699 additions and 55 deletions

View File

@@ -312,6 +312,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to BIOS and Driver Updates.
/// </summary>
internal static string BiosAndDriverUpdates {
get {
return ResourceManager.GetString("BiosAndDriverUpdates", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Boot.
/// </summary>
@@ -393,6 +402,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Drivers and Software.
/// </summary>
internal static string DriverAndSoftware {
get {
return ResourceManager.GetString("DriverAndSoftware", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Disables dGPU for battery savings.
/// </summary>
@@ -1095,6 +1113,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Updates.
/// </summary>
internal static string Updates {
get {
return ResourceManager.GetString("Updates", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Version.
/// </summary>