mirror of
https://github.com/ckaczor/ProcessCpuUsageStatusWindow.git
synced 2026-01-14 01:25:41 -05:00
Update for new window library interface
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user