|
|
I have a unique situation where I'd like to avoid re-writing an external assembly (for downloading Torrents) which does not implement INotifyPropertyChanged. I've decided that I'd like these properties to be updated regularly on a timer, but given
their logical location, I am not sure if it is even feasible. I know that the implemention in CM which uses reflection might work, but I'm not too sure how I'd go about doing it.
|
|