vergessene commit
This commit is contained in:
@@ -17,7 +17,9 @@ using Syncfusion.Windows.Forms.Chart;
|
||||
|
||||
namespace SanSystem
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public partial class UCInliner : UserControl
|
||||
{
|
||||
enum TabPages
|
||||
@@ -29,6 +31,10 @@ namespace SanSystem
|
||||
string destinationPath = string.Empty;
|
||||
UCLinerGrundlagen UCLinerGrundlagen = null;
|
||||
List<string> filenames = new List<string>();
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="san"></param>
|
||||
public UCInliner(InlinerSanierung san)
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -143,7 +149,7 @@ namespace SanSystem
|
||||
FtpClient newClient = null;
|
||||
client.Dispose();
|
||||
|
||||
FtpClient newclient = null;
|
||||
//FtpClient newclient = null;
|
||||
foreach (string file in filenames)
|
||||
{
|
||||
newClient = new FtpClient("192.168.250.2");
|
||||
@@ -166,7 +172,7 @@ namespace SanSystem
|
||||
}
|
||||
catch (TimeoutException ex)
|
||||
{
|
||||
MessageBox.Show("Die anlage reagiert nicht!");
|
||||
MessageBox.Show("Die anlage reagiert nicht!\n"+ex.Message);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user