Programm wird nun beim schließen der Verbindung beendet

This commit is contained in:
2014-03-27 10:53:47 +01:00
parent ab2da9336f
commit 1023627cdd
2 changed files with 8 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ public class Program
Term.PrintLine(line);
}
SenderThread.Abort();
Term.Close();
}
public void doSend ()