feat: 更新UI

This commit is contained in:
GukSang.Jin
2026-03-04 14:47:31 +08:00
parent 816c6a23da
commit 93bd7f683a
7 changed files with 50 additions and 33 deletions

View File

@@ -1004,6 +1004,11 @@ namespace WindowsFormsApp6
sampleCount = 0;
UpdateDisplay();
}
private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
}
}
}