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