A
Andrea
This is my question. I have a listview. In every item of listview in
the Tag property i have an object. These objects are all instance of
different subclasses of the person class. I wish to use SSID field
defined in the person base class to start another job. what is the most
elegant way to make this?
I can test the object type and then use appropriate subclass property
to get SSID. is there more simple method?
Thanks
the Tag property i have an object. These objects are all instance of
different subclasses of the person class. I wish to use SSID field
defined in the person base class to start another job. what is the most
elegant way to make this?
I can test the object type and then use appropriate subclass property
to get SSID. is there more simple method?
Thanks