1
Fork 0

added statement into catch to remove code from setup

This commit is contained in:
Jake Howard 2014-12-03 12:18:56 +00:00
parent 5a9f75150d
commit b668ee9865

View file

@ -20,7 +20,8 @@ namespace Saviour_Backup_System
{ {
if (setup.runtimeArguements[0] == "STARTUP") { this.removeDisplay(); } if (setup.runtimeArguements[0] == "STARTUP") { this.removeDisplay(); }
else { this.showDisplay(); } else { this.showDisplay(); }
} catch { } }
catch { this.showDisplay(); }
} }
public void removeDisplay() { public void removeDisplay() {