Esempio n. 1
0
 protected override Task InitializeAsync(CancellationToken cancellationToken, IProgress <ServiceProgressData> progress)
 {
     SetILPathCommand.Initialize(this);
     ShowDefinitionInILSpyCommand.Initialize(this);
     return(base.InitializeAsync(cancellationToken, progress));
 }
        /// <summary>
        /// Gets the service provider from the owner package.
        /// </summary>


        /// <summary>
        /// Initializes the singleton instance of the command.
        /// </summary>
        /// <param name="package">Owner package, not null.</param>
        public static void Initialize(SpyDefinitionPackage package)
        {
            Instance = new ShowDefinitionInILSpyCommand(package);
        }