Merge branch 'develop' into improve_credential_manager

This commit is contained in:
David Sparer
2017-05-02 12:43:41 -06:00

View File

@@ -88,6 +88,7 @@ namespace mRemoteNG.Connection
if (properties == null) return;
foreach (var property in properties)
{
if (property.Name == nameof(Parent)) continue;
var remotePropertyValue = property.GetValue(sourceConnectionInfo, null);
property.SetValue(this, remotePropertyValue, null);
}