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
1 changed files with 2 additions and 1 deletions

View File

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