Add options for settings and refresh menus

This commit is contained in:
2017-01-27 15:38:09 -05:00
parent 7bdb80b395
commit 97cd3ce9dd
8 changed files with 132 additions and 2 deletions

View File

@@ -7,5 +7,11 @@ namespace FloatingStatusWindowLibrary
string Name { get; }
string WindowSettings { get; set; }
Icon Icon { get; }
bool HasSettingsMenu { get; }
bool HasRefreshMenu { get; }
void ShowSettings();
void Refresh();
}
}