Generell wird kein doc mehr erzeugt
prüfung ob uv anlage erreichbar ist
This commit is contained in:
@@ -200,7 +200,8 @@ namespace SanSystem
|
||||
if (Global.Instance.AnlageType == AcceptedCSVFormats.BLUELIGHT)
|
||||
{
|
||||
OpenFileDialog openFileDialog = new OpenFileDialog();
|
||||
openFileDialog.InitialDirectory = @"\\192.168.2.248";
|
||||
if(Global.CheckNetworkAnlageAvaible())
|
||||
openFileDialog.InitialDirectory = @"\\192.168.2.248";
|
||||
if (openFileDialog.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
string source = openFileDialog.FileName;
|
||||
@@ -218,7 +219,7 @@ namespace SanSystem
|
||||
DownloadFromUV();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private void ListFiles(FtpClient client, string directory)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user