C# Class PeerstPlayer.Shortcut.Command.CloseCommand

閉じるコマンド
Inheritance: IShortcutCommand
显示文件 Open project: shule517/PeerstPlayer

Public Methods

Method Description
CloseCommand ( Form form, PeerstPlayer.Controls.PecaPlayer.PecaPlayerControl pecaPlayer ) : System
Execute ( CommandArgs commandArgs ) : void

Private Methods

Method Description
IShortcutCommand ( CommandArgs commandArgs ) : string

Method Details

CloseCommand() public method

public CloseCommand ( Form form, PeerstPlayer.Controls.PecaPlayer.PecaPlayerControl pecaPlayer ) : System
form System.Windows.Forms.Form
pecaPlayer PeerstPlayer.Controls.PecaPlayer.PecaPlayerControl
return System

Execute() public method

public Execute ( CommandArgs commandArgs ) : void
commandArgs CommandArgs
return void