commented out (needs editing to newer code)
This commit is contained in:
parent
7c58fa2fdb
commit
e734383164
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ namespace Saviour_Backup_System
|
||||||
SS = new splashScreen(); //displays the splash screen
|
SS = new splashScreen(); //displays the splash screen
|
||||||
SS.description.Text = "From Setup...";
|
SS.description.Text = "From Setup...";
|
||||||
databaseTools.init();
|
databaseTools.init();
|
||||||
startupBackups();
|
//startupBackups(); **this needs to be edited so that it uses newer code!
|
||||||
//run any initialising code here!
|
//run any initialising code here!
|
||||||
SS.Close();
|
SS.Close();
|
||||||
|
|
||||||
|
|
Reference in a new issue