|
That should be an object reference issue. Make sure you are not using same object reference while you are adding the objects to the table! The problem is most probably this. In your data model for table, you are holding references to the same object which is pointing to the last file in the FileDialog..
|