updated controls to public
This commit is contained in:
parent
f560a182b5
commit
64e22b9527
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Reference in a new issue