1

put brace on same line - cleaner code

This commit is contained in:
Jake Howard 2014-11-11 22:47:26 +00:00
parent e47001f238
commit 9ade6218f3

View File

@ -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);