changed modifier
This commit is contained in:
parent
20e75db880
commit
1a3d7a21ef
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ namespace Saviour_Backup_System
|
||||||
{
|
{
|
||||||
public partial class mainWindow : Form
|
public partial class mainWindow : Form
|
||||||
{
|
{
|
||||||
private DriveInfo selectedDrive;
|
public DriveInfo selectedDrive;
|
||||||
|
|
||||||
public mainWindow() {
|
public mainWindow() {
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
Reference in a new issue