PPT labels

This commit is contained in:
Serge
2023-05-30 22:43:42 +02:00
parent 59548be543
commit 8eb923a703
2 changed files with 3 additions and 3 deletions

View File

@@ -429,8 +429,8 @@ namespace GHelper
} }
else else
{ {
labelLeftA0.Text = "CPU Slow"; labelLeftA0.Text = "CPU Slow (SPL + sPPT)";
labelLeftC1.Text = "CPU Fast"; labelLeftC1.Text = "CPU Fast (fPPT)";
} }
int limit_total; int limit_total;

View File

@@ -16,7 +16,7 @@
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly> <ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<AssemblyVersion>0.72</AssemblyVersion> <AssemblyVersion>0.73</AssemblyVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">