Tagged Questions
2
votes
1answer
151 views
Model View Presenter - how to implement complex Properties in an IView interace
I am finding it difficult understanding how best to implement 'IView' interface properties which are not simple types, and was wondering how others approach this in a Model View Presenter application.
...