diff --git a/.gitignore b/.gitignore index abd2844..4d35dd3 100644 --- a/.gitignore +++ b/.gitignore @@ -153,3 +153,5 @@ $RECYCLE.BIN/ # Mac desktop service store files .DS_Store + +.vs \ No newline at end of file diff --git a/WindowSource.cs b/WindowSource.cs index b22e91b..b88a7ef 100644 --- a/WindowSource.cs +++ b/WindowSource.cs @@ -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