MS WMsharedrive Integration
This commit is contained in:
@@ -1011,15 +1011,6 @@ Public Class frmMain
|
||||
Private Sub BarButtonItem25_ItemClick(sender As Object, e As ItemClickEventArgs) Handles bbtnItemViewsUser.ItemClick
|
||||
OpenViewsUser()
|
||||
End Sub
|
||||
Private Sub BarButtonItem23_ItemClick_1(sender As Object, e As ItemClickEventArgs) Handles BarButtonItem23.ItemClick
|
||||
Cursor = Cursors.WaitCursor
|
||||
If ClassDOC_SEARCH.REFRESH_DOC_TABLE_RESULTS() = True Then
|
||||
MsgBox("All files were synced successfully!", MsgBoxStyle.Information)
|
||||
Else
|
||||
MsgBox("Error while synchronizing files! Check the log!", MsgBoxStyle.Critical)
|
||||
End If
|
||||
Cursor = Cursors.Default
|
||||
End Sub
|
||||
|
||||
Private Sub BarButtonItem25_ItemClick_1(sender As Object, e As ItemClickEventArgs) Handles BarButtonItem25.ItemClick
|
||||
OpenStatisticsADDI()
|
||||
|
||||
Reference in New Issue
Block a user