1
Fork 0

commented out (needs editing to newer code)

This commit is contained in:
Jake Howard 2014-12-30 17:33:33 +00:00
parent 7c58fa2fdb
commit e734383164
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ namespace Saviour_Backup_System
SS = new splashScreen(); //displays the splash screen
SS.description.Text = "From Setup...";
databaseTools.init();
startupBackups();
//startupBackups(); **this needs to be edited so that it uses newer code!
//run any initialising code here!
SS.Close();