Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrts authored Oct 25, 2016
1 parent ba55d42 commit 302e6ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Windows Forms.

This project aims to fill the gap.

The common way of using *INotifyPropertyChanged* to connect the model to the
view and have the presenter as a bystander takes us to the *Supervising
The common MVVM way of using *INotifyPropertyChanged* to connect the model to the
view and have no presenter or the presenter as a bystander takes us to the *Supervising
Controller* land. Here, by design, everything is managed by the Presenter
instead.

The design is as follows:

![image](https://raw.github.com/mrts/winforms-mvp/master/MVPOverviewClassDiagram.png)
![MVP class diagram](MVPOverviewClassDiagram.png)

0 comments on commit 302e6ff

Please sign in to comment.