I have an MVP Windows Forms application that have:
IView { string Value { get;set; } event EventHandler SaveValue; } IPresenter { Ru