Switch to MVP pattern
This commit is contained in:
7
Eve-O-Preview/ApplicationBase/IPresenter.cs
Normal file
7
Eve-O-Preview/ApplicationBase/IPresenter.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace EveOPreview
|
||||
{
|
||||
public interface IPresenter
|
||||
{
|
||||
void Run();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user