Bloom.Publish.SHRP_PupilBookExtension.GetPublishingMenuCommands C# (CSharp) Method

GetPublishingMenuCommands() private method

private GetPublishingMenuCommands ( ) : IEnumerable
return IEnumerable
        public IEnumerable<ToolStripItem> GetPublishingMenuCommands()
        {
            yield return new ToolStripSeparator();
            yield return new ToolStripMenuItem("Make Thumbnails For Teacher's Guide", null, MakeThumbnailsForTeachersGuide);
        }