const 变量名

This commit is contained in:
tpxxn
2025-03-09 02:33:14 +08:00
parent 4c325f7ca6
commit f32e5e79a3
26 changed files with 170 additions and 162 deletions

View File

@@ -15,7 +15,7 @@ namespace Procedure
{
private int _curTryCount;
private const int MaxTryCount = 3;
private const int MAX_TRY_COUNT = 3;
public override bool UseNativeDialog { get; }