MS Divers Globix,EDMI Service etc
This commit is contained in:
@@ -408,6 +408,7 @@ Public Class frmFlowForm
|
||||
For Each oRow As DataRow In My.DTCOMMON_SQL.Rows
|
||||
If oRow.Item("TITLE") = SQLCMD_FLOW_SEARCH_LOWER_LIMIT Then
|
||||
oSQLFlowSearch = oRow.Item("SQL_COMMAND")
|
||||
|
||||
End If
|
||||
Next
|
||||
If oSQLFlowSearch <> String.Empty Then
|
||||
@@ -990,7 +991,12 @@ Public Class frmFlowForm
|
||||
End Sub
|
||||
|
||||
Private Sub PictureBoxPM_Click(sender As Object, e As EventArgs) Handles PictureBoxPM.Click
|
||||
ToastNotificationsManager1.ShowNotification(ToastNotificationsManager1.Notifications(3))
|
||||
ToastNotificationsManager1.ShowNotification(ToastNotificationsManager1.Notifications(1))
|
||||
End Sub
|
||||
|
||||
Private Sub TestToolStripMenuItem_Click(sender As Object, e As EventArgs) Handles TestToolStripMenuItem.Click
|
||||
|
||||
frmtest.Show()
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
|
||||
Reference in New Issue
Block a user