Browse Source

Merge pull request #6964 from workgroupengineering/fixes/Warnings_CS0108_1

fixes: CS0188 'RemoteServer.EmbeddableRemoteServerTopLevelImpl.LostFo…
pull/6991/head
Steven Kirk 5 years ago
committed by GitHub
parent
commit
76e1eab3a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/Avalonia.Controls/Remote/RemoteServer.cs

3
src/Avalonia.Controls/Remote/RemoteServer.cs

@ -15,9 +15,6 @@ namespace Avalonia.Controls.Remote
public EmbeddableRemoteServerTopLevelImpl(IAvaloniaRemoteTransportConnection transport) : base(transport)
{
}
#pragma warning disable 67
public Action LostFocus { get; set; }
}
public RemoteServer(IAvaloniaRemoteTransportConnection transport)

Loading…
Cancel
Save