From 64e22b95279b52e131c1f5b0d4dd0465ae1d6dbd Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 12 Jan 2015 11:20:55 +0000 Subject: [PATCH] updated controls to public --- Saviour Backup System/addBackupWizard.Designer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Saviour Backup System/addBackupWizard.Designer.cs b/Saviour Backup System/addBackupWizard.Designer.cs index 4db82ae..fd59d9b 100644 --- a/Saviour Backup System/addBackupWizard.Designer.cs +++ b/Saviour Backup System/addBackupWizard.Designer.cs @@ -307,7 +307,6 @@ private System.Windows.Forms.TextBox backupNameInput; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; - private System.Windows.Forms.ComboBox drivesDropdown; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox folderPath; private System.Windows.Forms.Button directoryBrowseButton; @@ -318,8 +317,9 @@ private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label3; private DevComponents.Editors.IntegerInput previousBackupInput; - private System.Windows.Forms.Button createButton; private DevComponents.DotNetBar.Controls.ProgressBarX statusProgress; private DevComponents.DotNetBar.StyleManager styleManager1; + public System.Windows.Forms.Button createButton; + public System.Windows.Forms.ComboBox drivesDropdown; } } \ No newline at end of file