Switch to MVP pattern
This commit is contained in:
10
Eve-O-Preview/UI/Interface/IThumbnailDescriptionView.cs
Normal file
10
Eve-O-Preview/UI/Interface/IThumbnailDescriptionView.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace EveOPreview.UI
|
||||
{
|
||||
public interface IThumbnailDescriptionView : IView
|
||||
{
|
||||
IntPtr Id { get; set; }
|
||||
string Title { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user