update neues Feature

This commit is contained in:
Waldi
2017-10-18 14:32:00 +02:00
parent 723ea44448
commit ff6c24ce97
3 changed files with 225 additions and 27 deletions

View File

@@ -113,6 +113,7 @@ namespace ownChat
private void MainWindow_OnClosed(object sender, EventArgs e)
{
_emojiView = null;
ChatMainControl.SpeichereMessageInfoInDatei();
// Environment.Exit(0);
LoginMaske newLogin = new LoginMaske();
newLogin.Show();