changed global classes,and changed modifier
This commit is contained in:
parent
62f9618e02
commit
84656a33ef
1 changed files with 2 additions and 3 deletions
|
@ -18,8 +18,7 @@ namespace Saviour_Backup_System
|
||||||
public static notificationIcon icon;
|
public static notificationIcon icon;
|
||||||
public static splashScreen SS;
|
public static splashScreen SS;
|
||||||
public static addBackupWizard ABW;
|
public static addBackupWizard ABW;
|
||||||
public static transferWindow TW;
|
public static currentTransfers CT = new currentTransfers();
|
||||||
public static List<transferWindow> transfersArray;
|
|
||||||
public static string username = Environment.UserName; //snapshots the username
|
public static string username = Environment.UserName; //snapshots the username
|
||||||
|
|
||||||
public static void initProgram(string[] args)
|
public static void initProgram(string[] args)
|
||||||
|
@ -41,7 +40,7 @@ namespace Saviour_Backup_System
|
||||||
Application.Run(MW);
|
Application.Run(MW);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void startupBackups(){
|
private static void startupBackups(){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue