Update for new window library interface

This commit is contained in:
2018-01-18 11:18:30 -05:00
parent a60f844acd
commit e7dd7a4882
2 changed files with 15 additions and 0 deletions

2
.gitignore vendored
View File

@@ -153,3 +153,5 @@ $RECYCLE.BIN/
# Mac desktop service store files
.DS_Store
.vs

View File

@@ -33,6 +33,16 @@ namespace ProcessCpuUsageStatusWindow
_floatingStatusWindow.Dispose();
}
public void ShowSettings()
{
throw new NotImplementedException();
}
public void Refresh()
{
throw new NotImplementedException();
}
public string Name
{
get { return "Process CPU Usage"; }
@@ -43,6 +53,9 @@ namespace ProcessCpuUsageStatusWindow
get { return Resources.ApplicationIcon; }
}
public bool HasSettingsMenu => false;
public bool HasRefreshMenu => false;
public string WindowSettings
{
get