Text zu Datei hinzufügen
Neues Buttondesign Stapelnachrichtsmodus Anpassbarer Waitlayer Eigene MessageBox
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Threading;
|
||||
using System.Windows;
|
||||
|
||||
@@ -21,7 +20,6 @@ namespace ownChat
|
||||
ChatMainControl.ContainingWindow = this;
|
||||
|
||||
ChatMainControl.InitMitChatdaten(x);
|
||||
ChatMainControl.ResetStyle();
|
||||
|
||||
_EmojiView = new ChatEmojisView(ChatMainControl);
|
||||
}
|
||||
@@ -50,10 +48,5 @@ namespace ownChat
|
||||
|
||||
Environment.Exit(0);
|
||||
}
|
||||
|
||||
private void MainWindow_OnSizeChanged(object sender, SizeChangedEventArgs e)
|
||||
{
|
||||
Debug.WriteLine($"+++>ActualHeight: {ActualHeight}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user