Neu ist Immer Besser
This commit is contained in:
@@ -71,10 +71,10 @@ namespace ownChat
|
||||
|
||||
|
||||
ChatMainControl.InitMitChatdaten(x);
|
||||
|
||||
ChatMainControl.SetzteStyleAufNull();
|
||||
//ChatMainControl.AddContextMenu("In Dokumentation übernehmen", ChatMainControl_OnClickContextMenuItem);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
private void ChatMainControl_OnOnEmojii(System.Windows.Controls.Button emojiButton)
|
||||
@@ -113,7 +113,14 @@ namespace ownChat
|
||||
private void MainWindow_OnClosed(object sender, EventArgs e)
|
||||
{
|
||||
_emojiView = null;
|
||||
Environment.Exit(0);
|
||||
// Environment.Exit(0);
|
||||
LoginMaske newLogin = new LoginMaske();
|
||||
newLogin.Show();
|
||||
}
|
||||
|
||||
private void ChatMainControl_OnOnClose()
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user