C# Class ScrumPowerTools.Framework.Presentation.MenuCommandHandlerBinder

ファイルを表示 Open project: cqse/ScrumPowerTools

Public Methods

Method Description
Bind ( IMenuCommandService menuCommandService ) : void

Private Methods

Method Description
GetHandler ( int commandId ) : IMenuCommandHandler
MenuItemCallback ( object sender, EventArgs e ) : void
OnBeforeQueryStatus ( object sender, EventArgs e ) : void

Method Details

Bind() public static method

public static Bind ( IMenuCommandService menuCommandService ) : void
menuCommandService IMenuCommandService
return void