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

@@ -48,6 +48,26 @@ namespace TestWindow
get { return Properties.Resources.ApplicationIcon; }
}
public bool HasSettingsMenu
{
get { return true; }
}
public void ShowSettings()
{
}
public bool HasRefreshMenu
{
get { return true; }
}
public void Refresh()
{
}
public string WindowSettings
{
get