mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Removed unnecessary code
This commit is contained in:
@@ -675,7 +675,6 @@ namespace mRemoteNG.App
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//TODO Fix for TreeListView
|
||||
public static void OpenConnection(ConnectionInfo ConnectionInfo)
|
||||
{
|
||||
@@ -689,21 +688,6 @@ namespace mRemoteNG.App
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//TODO Fix for TreeListView
|
||||
public static void OpenConnection(ConnectionInfo ConnectionInfo, Form ConnectionForm)
|
||||
{
|
||||
try
|
||||
{
|
||||
OpenConnectionFinal(ConnectionInfo, ConnectionInfo.Force.None, ConnectionForm);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageCollector.AddMessage(MessageClass.ErrorMsg, Language.strConnectionOpenFailed + Environment.NewLine + ex.Message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//TODO Fix for TreeListView
|
||||
public static void OpenConnection(ConnectionInfo ConnectionInfo, Form ConnectionForm, ConnectionInfo.Force Force)
|
||||
{
|
||||
@@ -717,7 +701,6 @@ namespace mRemoteNG.App
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//TODO Fix for TreeListView
|
||||
public static void OpenConnection(ConnectionInfo ConnectionInfo, ConnectionInfo.Force Force)
|
||||
{
|
||||
@@ -731,7 +714,6 @@ namespace mRemoteNG.App
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//TODO Fix for TreeListView
|
||||
private static void OpenConnectionFinal(ConnectionInfo ConnectionInfo, ConnectionInfo.Force Force, Form ConForm)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user