closing windows works

This commit is contained in:
shinichi
2020-10-16 12:18:46 +02:00
parent 9ef51ddeca
commit 44abffd7e7
2 changed files with 2 additions and 1 deletions

View File

@@ -299,6 +299,7 @@ namespace ClientApp.Utils
this.stream.Dispose();
this.client.Dispose();
this.handler.stop();
this.engineConnection.Stop();
}
}
}