ListPresenter type (Chapter 2)
The ListPresenter type used as an example on page 23 doesn't make sense to me.
The confusion starts with c'tor arguments which are assigned but never used and is exacerbated by the type's GetList method.
Is a more suitable example of the ListPresenter type available? I don't see how to keep the loose coupling without using Reflection to create the DataToTextFormatter object.
|