If t.TableType = TableTypeEnum.Normal AndAlso t.IsCopy = False Then
改成
If t.TableType = TableTypeEnum.Normal AndAlso t.IsCopy = False AndAlso clsbox.items.Contains(t.name) = False Then
-------------------------或者是-----------------------------
把clsbox.items.clear清空