Fix erorri nuget packages

This commit is contained in:
Samuele E. Locatelli
2019-04-12 17:07:03 +02:00
parent bbeb3bb20d
commit a464bc6f28
3 changed files with 2 additions and 12 deletions
+2 -2
View File
@@ -573,7 +573,7 @@ namespace TestClient
sb.AppendLine("--------------------------------------------------");
lblConsole.Text = sb.ToString();
}
catch (Exception ex)
catch
{
//label2.Text = ex.GetType().Name + ": " + ex.Message;
}
@@ -636,7 +636,7 @@ namespace TestClient
sb.AppendLine("--------------------------------------------------");
lblConsole.Text = sb.ToString();
}
catch (Exception ex)
catch
{
//label2.Text = ex.GetType().Name + ": " + ex.Message;
}