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