PowerControl: Simplify Next, Select and SelectNext

This commit is contained in:
Kamil Trzciński 2022-12-19 22:17:05 +01:00
parent 130a6fb745
commit 06f2d9a702
5 changed files with 41 additions and 93 deletions

View file

@ -23,11 +23,7 @@ namespace PowerControl.Menu
return Color("---", Colors.Blue);
}
public override void SelectNext()
{
}
public override void SelectPrev()
public override void SelectNext(int change)
{
}