Skip to content

Commit 105b3c1

Browse files
committed
Implement UPSVarGauge in test form
1 parent 1a7587f commit 105b3c1

File tree

2 files changed

+76
-13
lines changed

2 files changed

+76
-13
lines changed

WinNUT_V2/WinNUT-Client/AGaugeTest.Designer.vb

Lines changed: 72 additions & 13 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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ Public Class AGaugeTest
1212
AGauge1.MinValue = txt_minValue.Text
1313
AGauge1.MaxValue = txt_maxValue.Text
1414
End Sub
15+
16+
Private Sub btn_battVClone_Click(sender As Object, e As EventArgs) Handles btn_battVClone.Click
17+
18+
End Sub
1519
End Class

0 commit comments

Comments
 (0)