mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
minor cleanup
This commit is contained in:
@@ -12,7 +12,7 @@ namespace mRemoteNG.Connection.Protocol
|
||||
{
|
||||
#region Private Variables
|
||||
|
||||
private UI.Window.ConnectionWindow _connectionWindow;
|
||||
private ConnectionWindow _connectionWindow;
|
||||
private InterfaceControl _interfaceControl;
|
||||
private ConnectingEventHandler ConnectingEvent;
|
||||
private ConnectedEventHandler ConnectedEvent;
|
||||
@@ -26,10 +26,10 @@ namespace mRemoteNG.Connection.Protocol
|
||||
#region Control
|
||||
private string Name { get; }
|
||||
|
||||
protected UI.Window.ConnectionWindow ConnectionWindow
|
||||
private ConnectionWindow ConnectionWindow
|
||||
{
|
||||
get => _connectionWindow;
|
||||
private set
|
||||
set
|
||||
{
|
||||
_connectionWindow = value;
|
||||
_connectionWindow.ResizeBegin += ResizeBegin;
|
||||
|
||||
Reference in New Issue
Block a user