清理无用代码

This commit is contained in:
a88359121
2025-07-31 11:18:43 +08:00
parent 03087c0483
commit 2c4be8993c
107 changed files with 1119 additions and 1477 deletions
+3 -2
View File
@@ -335,7 +335,8 @@ namespace LargeSquareOne
if (value == null || value.ToString().Length == 0)
{
e.Value = "---";
};
}
;
}
}
@@ -352,7 +353,7 @@ namespace LargeSquareOne
int index = e.RowIndex;
UpdateVariable(SignelVariables[e.RowIndex]); //Variable variable
}
}