put brace on same line - cleaner code
This commit is contained in:
parent
e47001f238
commit
9ade6218f3
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ namespace Saviour_Backup_System
|
|||
notifyIcon.Visible = true; //finally displays the tray icon
|
||||
}
|
||||
|
||||
private void populateList()
|
||||
{
|
||||
private void populateList() {
|
||||
contextMenu.MenuItems.Add("Show Interface", displayWindow);
|
||||
contextMenu.MenuItems.Add("Copy Progress", showProgress);
|
||||
contextMenu.MenuItems.Add("Exit", closeProgram);
|
||||
|
|
Reference in a new issue