GUI components name update

This commit is contained in:
Anton Kasyanov
2017-05-28 23:21:52 +03:00
parent 7ee69bd3ad
commit a3941ee4fa
5 changed files with 33 additions and 30 deletions

View File

@@ -32,7 +32,7 @@ namespace EveOPreview.UI
bool EnableActiveClientHighlight { get; set; }
Color ActiveClientHighlightColor { get; set; }
void SetForumUrl(string url);
void SetDocumentationUrl(string url);
void SetVersionInfo(string version);
void SetThumbnailSizeLimitations(Size minimumSize, Size maximumSize);
@@ -50,6 +50,6 @@ namespace EveOPreview.UI
Action ApplicationSettingsChanged { get; set; }
Action ThumbnailsSizeChanged { get; set; }
Action<IntPtr> ThumbnailStateChanged { get; set; }
Action ForumUrlLinkActivated { get; set; }
Action DocumentationLinkActivated { get; set; }
}
}