Working fix for issue #68

This commit is contained in:
MikeMaximus
2017-01-06 08:20:03 -06:00
parent e4237a74bb
commit 8ce1b00a8c
2 changed files with 1 additions and 5 deletions
+1
View File
@@ -523,6 +523,7 @@ Partial Class frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.AutoSize = True
Me.ClientSize = New System.Drawing.Size(524, 401)
Me.Controls.Add(Me.pbTime)
Me.Controls.Add(Me.lblStatus3)
-5
View File
@@ -653,11 +653,6 @@ Public Class frmMain
mgrCommon.ShowMessage(frmMain_CommandSucess, MsgBoxStyle.Exclamation)
End Select
Case "refresh"
'Redraw the main form
Me.Refresh()
mgrCommon.ShowMessage(frmMain_CommandSucess, MsgBoxStyle.Exclamation)
Case Else
mgrCommon.ShowMessage(frmMain_ErrorCommandInvalid, sMainCommand, MsgBoxStyle.Exclamation)
End Select