Files
eveo/Eve-O-Preview/ApplicationBase/IPresenter.cs
2016-05-29 13:18:46 +03:00

7 lines
83 B
C#

namespace EveOPreview
{
public interface IPresenter
{
void Run();
}
}