minor style updates
This commit is contained in:
parent
5d3ebc1001
commit
beeb6a184d
4 changed files with 9 additions and 11 deletions
|
|
@ -6,7 +6,6 @@ using Timer = System.Windows.Forms.Timer;
|
||||||
/*
|
/*
|
||||||
* ClockLabel is a special label that will display the system time.
|
* ClockLabel is a special label that will display the system time.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class ClockLabel : Label
|
class ClockLabel : Label
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,6 @@ namespace App
|
||||||
// Screensaver
|
// Screensaver
|
||||||
else if (arg.StartsWith("/s")) {
|
else if (arg.StartsWith("/s")) {
|
||||||
saver.Run();
|
saver.Run();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
MessageBox.Show("Sorry, but the command line argument \"" + arg +
|
MessageBox.Show("Sorry, but the command line argument \"" + arg +
|
||||||
"\" is not valid.", "Colorclock",
|
"\" is not valid.", "Colorclock",
|
||||||
|
|
|
||||||
Reference in a new issue