Common: Fix Property Dialog, Fix context Menu in DocumentResultList
This commit is contained in:
@@ -147,6 +147,9 @@ Public Class Form1
|
||||
Try
|
||||
Dim oResult As Client.FileList = Await _Client.ListFilesForUserAsync()
|
||||
BindingSource1.DataSource = oResult.Datatable
|
||||
|
||||
|
||||
|
||||
Catch ex As Exception
|
||||
MsgBox(ex.Message, MsgBoxStyle.Critical, "Uh oh!")
|
||||
End Try
|
||||
|
||||
Reference in New Issue
Block a user