mRemoteNG.Tools.ExternalTool.SetConnectionInfoFields C# (CSharp) Méthode

SetConnectionInfoFields() private méthode

private SetConnectionInfoFields ( ConnectionInfo newConnectionInfo ) : void
newConnectionInfo ConnectionInfo
Résultat void
        private void SetConnectionInfoFields(ConnectionInfo newConnectionInfo)
        {
            newConnectionInfo.Protocol = ProtocolType.IntApp;
            newConnectionInfo.ExtApp = DisplayName;
            newConnectionInfo.Name = DisplayName;
            newConnectionInfo.Panel = Language.strMenuExternalTools;
        }