11 lines
184 B
C#
11 lines
184 B
C#
namespace EveOPreview.Services
|
|
{
|
|
public interface IThumbnailManager
|
|
{
|
|
void Start();
|
|
void Stop();
|
|
|
|
void UpdateThumbnailsSize();
|
|
void UpdateThumbnailFrames();
|
|
}
|
|
} |