Working on Thumbnail List Update notifications
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using EveOPreview.View;
|
||||
|
||||
namespace EveOPreview.UI
|
||||
{
|
||||
public interface IThumbnailDescriptionViewFactory
|
||||
{
|
||||
IThumbnailDescriptionView Create(IntPtr id, string title, bool isDisabled);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user