Skip to content

Commit b7c0b82

Browse files
committed
Update AGaugeTest form
- Updating references to new gauge class
1 parent 6f2abf4 commit b7c0b82

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

WinNUT_V2/WinNUT-Client/AGaugeTest.Designer.vb

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WinNUT_V2/WinNUT-Client/AGaugeTest.vb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
' This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY
99

1010
Public Class AGaugeTest
11+
Public Sub New()
12+
13+
' This call is required by the designer.
14+
InitializeComponent()
15+
16+
' Add any initialization after the InitializeComponent() call.
17+
18+
End Sub
19+
1120
Private Sub btn_update_Click(sender As Object, e As EventArgs) Handles btn_update.Click
1221
AGauge1.MinValue = txt_minValue.Text
1322
AGauge1.MaxValue = txt_maxValue.Text

0 commit comments

Comments
 (0)