minor cleanup

This commit is contained in:
Sean Kaim
2019-01-02 08:57:59 -05:00
parent e8e70bc81b
commit 6edb94758e

View File

@@ -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;