修复BtnSaveTempDiff_Click方法名,符合命名规范

This commit is contained in:
zqm
2025-11-11 17:15:28 +08:00
parent 841c89a60c
commit 5e0b5b6a51

View File

@@ -4125,7 +4125,7 @@ namespace JoyD.Windows.CS
/// <summary>
/// 保存温差图例按钮点击事件处理程序
/// </summary>
private void btnSaveTempDiff_Click(object sender, EventArgs e)
private void BtnSaveTempDiff_Click(object sender, EventArgs e)
{
try
{