diff --git a/ACLAFS/ACLAFS.csproj b/ACLAFS/ACLAFS.csproj index 7fa3a20..af66043 100644 --- a/ACLAFS/ACLAFS.csproj +++ b/ACLAFS/ACLAFS.csproj @@ -24,7 +24,7 @@ true ACLAFS FCT UNL - 9 + 11 1.0.0.%2a false true diff --git a/ACLAFS/acl.cs b/ACLAFS/acl.cs index 454a122..c93e56b 100644 --- a/ACLAFS/acl.cs +++ b/ACLAFS/acl.cs @@ -171,12 +171,6 @@ namespace ACLAFS { dialog.SelectedPath = this.directory; } - /* - else - { - dialog.SelectedPath = @"Y:\user\p\pe\pedro.oliveira\public\zbr2"; - } - */ if (dialog.ShowDialog() == DialogResult.OK) { diff --git a/ACLAFS/mainForm.cs b/ACLAFS/mainForm.cs index dce79bf..66eebbd 100644 --- a/ACLAFS/mainForm.cs +++ b/ACLAFS/mainForm.cs @@ -19,12 +19,6 @@ namespace ACLAFS public mainForm() { InitializeComponent(); - - if (identificadorTxt.Text.Length > 0) - { - procurarBtn.Enabled = true; - } - a = new acl(); }