moved brace (needs to be done with all files eventually!)
This commit is contained in:
parent
56f39ea5e6
commit
1d541911f3
1 changed files with 1 additions and 2 deletions
|
@ -40,8 +40,7 @@ namespace Saviour_Backup_System
|
||||||
if (!display) { transfersList[backups].Hide(); } //if it is a startup backup process, dont display the dialog.
|
if (!display) { transfersList[backups].Hide(); } //if it is a startup backup process, dont display the dialog.
|
||||||
}
|
}
|
||||||
|
|
||||||
private class copyProgressLabel : Label
|
private class copyProgressLabel : Label {
|
||||||
{
|
|
||||||
public copyProgressLabel()
|
public copyProgressLabel()
|
||||||
{
|
{
|
||||||
base.InitLayout();
|
base.InitLayout();
|
||||||
|
|
Reference in a new issue