minor style updates
This commit is contained in:
parent
5d3ebc1001
commit
beeb6a184d
4 changed files with 9 additions and 11 deletions
|
|
@ -34,7 +34,7 @@ class ScreenSaver
|
|||
|
||||
private void OnTick(object? myObject, EventArgs? myEventArgs)
|
||||
{
|
||||
Update();
|
||||
Update();
|
||||
}
|
||||
|
||||
private static void Update()
|
||||
|
|
@ -46,4 +46,4 @@ class ScreenSaver
|
|||
form.BackColor = color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue