mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Removed reference to unnecessary method
This commit is contained in:
@@ -173,7 +173,7 @@ namespace mRemoteNG.Config.Serializers
|
||||
_currentNodeIndex++;
|
||||
var dataRow = _dataTable.NewRow();
|
||||
dataRow["Name"] = connectionInfo.Name;
|
||||
dataRow["Type"] = ConnectionTreeNode.GetNodeType(connectionInfo.TreeNode).ToString();
|
||||
dataRow["Type"] = connectionInfo.GetTreeNodeType().ToString();
|
||||
dataRow["ConstantID"] = connectionInfo.ConstantID;
|
||||
dataRow["ParentID"] = connectionInfo.Parent.ConstantID;
|
||||
dataRow["PositionID"] = _currentNodeIndex;
|
||||
|
||||
Reference in New Issue
Block a user