C# Class PeerstPlayer.Shortcut.Command.DisconnectRelayCommand

リレー切断コマンド
Inheritance: IShortcutCommand
Afficher le fichier Open project: shule517/PeerstPlayer

Méthodes publiques

Méthode Description
DisconnectRelayCommand ( Form form, PeerstPlayer.Controls.PecaPlayer.PecaPlayerControl pecaPlayer ) : System
Execute ( CommandArgs commandArgs ) : void

Private Methods

Méthode Description
IShortcutCommand ( CommandArgs commandArgs ) : string

Method Details

DisconnectRelayCommand() public méthode

public DisconnectRelayCommand ( Form form, PeerstPlayer.Controls.PecaPlayer.PecaPlayerControl pecaPlayer ) : System
form System.Windows.Forms.Form
pecaPlayer PeerstPlayer.Controls.PecaPlayer.PecaPlayerControl
Résultat System

Execute() public méthode

public Execute ( CommandArgs commandArgs ) : void
commandArgs CommandArgs
Résultat void