mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
forgot the IDisposable
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Windows.Forms;
|
||||
|
||||
namespace mRemoteNG.Connection.Protocol
|
||||
{
|
||||
public abstract class ProtocolBase
|
||||
public abstract class ProtocolBase: IDisposable
|
||||
{
|
||||
#region Private Variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user