mirror of
https://github.com/ckaczor/ProcessCpuUsageStatusWindow.git
synced 2026-01-27 17:24:24 -05:00
Update for new window library interface
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -153,3 +153,5 @@ $RECYCLE.BIN/
|
|||||||
|
|
||||||
# Mac desktop service store files
|
# Mac desktop service store files
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
.vs
|
||||||
@@ -33,6 +33,16 @@ namespace ProcessCpuUsageStatusWindow
|
|||||||
_floatingStatusWindow.Dispose();
|
_floatingStatusWindow.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void ShowSettings()
|
||||||
|
{
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void Refresh()
|
||||||
|
{
|
||||||
|
throw new NotImplementedException();
|
||||||
|
}
|
||||||
|
|
||||||
public string Name
|
public string Name
|
||||||
{
|
{
|
||||||
get { return "Process CPU Usage"; }
|
get { return "Process CPU Usage"; }
|
||||||
@@ -43,6 +53,9 @@ namespace ProcessCpuUsageStatusWindow
|
|||||||
get { return Resources.ApplicationIcon; }
|
get { return Resources.ApplicationIcon; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public bool HasSettingsMenu => false;
|
||||||
|
public bool HasRefreshMenu => false;
|
||||||
|
|
||||||
public string WindowSettings
|
public string WindowSettings
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|||||||
Reference in New Issue
Block a user