mirror of https://github.com/falsovsky/ACLAFS.git
Remove commented crap, update version
This commit is contained in:
parent
3a8567678f
commit
c67f31dddf
|
@ -24,7 +24,7 @@
|
|||
<MapFileExtensions>true</MapFileExtensions>
|
||||
<ProductName>ACLAFS</ProductName>
|
||||
<PublisherName>FCT UNL</PublisherName>
|
||||
<ApplicationRevision>9</ApplicationRevision>
|
||||
<ApplicationRevision>11</ApplicationRevision>
|
||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||
<UseApplicationTrust>false</UseApplicationTrust>
|
||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -19,12 +19,6 @@ namespace ACLAFS
|
|||
public mainForm()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
if (identificadorTxt.Text.Length > 0)
|
||||
{
|
||||
procurarBtn.Enabled = true;
|
||||
}
|
||||
|
||||
a = new acl();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue