debugging
This commit is contained in:
parent
1b1085d513
commit
129725bd8c
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();
|
||||||
SS.Close();
|
SS.Close();
|
||||||
|
|
||||||
icon = new notificationIcon();
|
icon = new notificationIcon();
|
||||||
|
|
Reference in a new issue