Wrapping all view <-> presenter <-> manager related interactions into Mediator pattern
This commit is contained in:
@@ -5,7 +5,7 @@ using System.Windows.Forms;
|
||||
|
||||
namespace EveOPreview.UI
|
||||
{
|
||||
public partial class MainForm : Form, IMainView
|
||||
public partial class MainForm : Form, IMainFormView
|
||||
{
|
||||
#region Private fields
|
||||
private readonly ApplicationContext _context;
|
||||
|
||||
Reference in New Issue
Block a user