added code for displaying splash screen
This commit is contained in:
parent
aed7839c40
commit
0588741c46
1 changed files with 6 additions and 0 deletions
|
@ -16,5 +16,11 @@ namespace Saviour_Backup_System
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal void display(bool isStartup) {
|
||||||
|
this.Show();
|
||||||
|
this.desc.Text = "Initialising...";
|
||||||
|
if (isStartup) { this.Hide(); }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue