Version # is not displayed on the 'About' tab

This commit is contained in:
Anton Kasyanov
2017-05-28 23:19:46 +03:00
parent c6ae2bde9f
commit 7ee69bd3ad
5 changed files with 34 additions and 180 deletions

View File

@@ -33,6 +33,7 @@ namespace EveOPreview.UI
Color ActiveClientHighlightColor { get; set; }
void SetForumUrl(string url);
void SetVersionInfo(string version);
void SetThumbnailSizeLimitations(Size minimumSize, Size maximumSize);
void Minimize();