Skip to content

Commit

Permalink
Added button to clear selected register list from top GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajn96 committed Jan 22, 2025
1 parent b881497 commit 05b922e
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 39 deletions.
90 changes: 51 additions & 39 deletions src/TopGUI.designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions src/TopGUI.vb
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,16 @@ Public Class TopGUI

#Region "Button Event Handlers"

''' <summary>
''' Button to clear selected plot registers
''' </summary>
''' <param name="sender"></param>
''' <param name="e"></param>
Private Sub btn_ClearPlotRegs_Click(sender As Object, e As EventArgs) Handles btn_ClearPlotRegs.Click
dataPlotRegs.Clear()
SaveDataPlotRegList()
End Sub

''' <summary>
''' Open ADcmXL buffered data capture GUI
''' </summary>
Expand Down

0 comments on commit 05b922e

Please sign in to comment.