We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf91a06 commit ab812bbCopy full SHA for ab812bb
src/Avalonia.Controls/Remote/RemoteServer.cs
@@ -15,9 +15,6 @@ class EmbeddableRemoteServerTopLevelImpl : RemoteServerTopLevelImpl
15
public EmbeddableRemoteServerTopLevelImpl(IAvaloniaRemoteTransportConnection transport) : base(transport)
16
{
17
}
18
-#pragma warning disable 67
19
- public Action LostFocus { get; set; }
20
-
21
22
23
public RemoteServer(IAvaloniaRemoteTransportConnection transport)
0 commit comments