updateeee
This commit is contained in:
@@ -112,16 +112,18 @@ namespace ownChat
|
||||
|
||||
private void MainWindow_OnClosed(object sender, EventArgs e)
|
||||
{
|
||||
_emojiView = null;
|
||||
ChatMainControl.SpeichereMessageInfoInDatei();
|
||||
// Environment.Exit(0);
|
||||
LoginMaske newLogin = new LoginMaske();
|
||||
newLogin.Show();
|
||||
//_emojiView = null;
|
||||
//ChatMainControl.SpeichereMessageInfoInDatei();
|
||||
//// Environment.Exit(0);
|
||||
//LoginMaske newLogin = new LoginMaske();
|
||||
//newLogin.Show();
|
||||
}
|
||||
|
||||
private void ChatMainControl_OnOnClose()
|
||||
{
|
||||
this.Close();
|
||||
{
|
||||
//this.Close();
|
||||
ChatMainControl.SpeichereMessageInfoInDatei();
|
||||
Environment.Exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user