Add support for an about menu

This commit is contained in:
2018-02-22 12:03:53 -05:00
parent c9041badbe
commit 7be7af5980
8 changed files with 55 additions and 0 deletions

View File

@@ -10,8 +10,10 @@ namespace FloatingStatusWindowLibrary
bool HasSettingsMenu { get; }
bool HasRefreshMenu { get; }
bool HasAboutMenu { get; }
void ShowSettings();
void Refresh();
void ShowAbout();
}
}