Views: 3.3K
Replies: 0
Archived
|
How to combine MVP and Observer PatternHello,
I want to ask, how to combine the Observer design pattern with MVP design pattern ? I was not sure what I have done, i attach the following image Best Regards, Eric Santoso // add button // where I can put the function of observer registration ? using (Editing Item = new Editing()) { Item.ShowDialog(); } Eric Santoso, Sep 03, 2015
|