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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
3 deletions
-
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) |
|
|
|
|