JJ 09.05.16

This commit is contained in:
JenneJ
2016-05-09 16:49:46 +02:00
parent 1f374eb0f6
commit 88a971080b
5 changed files with 34 additions and 1634 deletions

View File

@@ -396,6 +396,7 @@
End If
If dynamic.DataTable IsNot Nothing AndAlso dynamic.DataTable.Rows.Count > 0 Then
'control.Items.Clear()
SetDataSource(control, dynamic.DataTable)
End If