.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user