ZeroInstall.DesktopIntegration.SyncIntegrationManager.AddAppHelper C# (CSharp) Метод

AddAppHelper() приватный Метод

Creates a new AppEntry based on an existing prototype (applying any AccessPoints) and adds it to the AppList.
private AddAppHelper ( [ prototype ) : void
prototype [ An existing to use as a prototype.
Результат void
        private void AddAppHelper([NotNull] AppEntry prototype)
        {
            AddAppInternal(prototype, _feedRetriever);
        }
        #endregion