Hello,
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();
}