8 lines
147 B
C#
8 lines
147 B
C#
namespace EveOPreview.View
|
|
{
|
|
public interface IThumbnailDescription
|
|
{
|
|
string Title { get; set; }
|
|
bool IsDisabled { get; set; }
|
|
}
|
|
} |