This commit is contained in:
LynJet
2022-08-01 13:25:20 +02:00
parent 2633845fcc
commit 12bacea6df
23 changed files with 25 additions and 274 deletions

View File

@@ -6,7 +6,7 @@ namespace ChatController.ChatKlassen
{
public static class ChatControlExtensions
{
private static Action EmptyDelegatee = delegate() { };
private static readonly Action EmptyDelegatee = delegate { };
public static void RefreshChatUI(this UIElement uiElement)
{