mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Dispose calls Close & Whitespace cleanup
This commit is contained in:
@@ -236,7 +236,6 @@ namespace mRemoteNG.Connection.Protocol
|
||||
|
||||
try
|
||||
{
|
||||
PuttyProcess.Close();
|
||||
PuttyProcess.Dispose();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace mRemoteNG.UI.Tabs
|
||||
public partial class ConnectionTab : DockContent
|
||||
{
|
||||
/// <summary>
|
||||
///Silent close ignores the popup asking for confirmation
|
||||
///Silent close ignores the popup asking for confirmation
|
||||
/// </summary>
|
||||
public bool silentClose { get; set; }
|
||||
/// <summary>
|
||||
@@ -24,7 +24,7 @@ namespace mRemoteNG.UI.Tabs
|
||||
|
||||
public ConnectionTab()
|
||||
{
|
||||
InitializeComponent();
|
||||
InitializeComponent();
|
||||
GotFocus += ConnectionTab_GotFocus;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user