MS DateEdit
This commit is contained in:
@@ -255,4 +255,11 @@ Public Class frmFlowForm
|
||||
FormLoaded_Visible("frmSearchStart")
|
||||
If Me.Visible = False Then Exit Sub
|
||||
End Sub
|
||||
|
||||
Private Sub NotifyIcon_DoubleClick(sender As Object, e As EventArgs) Handles NotifyIcon.DoubleClick
|
||||
If Me.Visible = False Then
|
||||
Me.Visible = True
|
||||
TimerCheckActiveForms.Enabled = False
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user