Skip to content

An example of an app in C# based on MVP pattern

Notifications You must be signed in to change notification settings

unoms/mvp-pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Editor

An example of an app based on MVP pattern. The FileManager class represents business logic, MainForm.cs is a view, and the class Presenter is the presenter.

string Content { get; set; } and string Path { get; } are properties of the view which is passed to the presenter.

Also, the events of the form FileOpenClick, FileSaveClick, and ContentChanged are passed to the presenter in order to handle them there.

About

An example of an app in C# based on MVP pattern

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages