C# Class PsHandler.Replayer.UI.UcReplayerPlayer

Interaction logic for UcPlayer.xaml
Inheritance: System.Windows.Controls.UserControl
Exibir arquivo Open project: kampiuceris/PsHandler

Public Methods

Method Description
SetActionGlow ( bool action ) : void
SetPlayerName ( string playerName ) : void
SetPlayerStack ( decimal amount ) : void
UcReplayerPlayer ( ) : System.Windows.Controls

Method Details

SetActionGlow() public method

public SetActionGlow ( bool action ) : void
action bool
return void

SetPlayerName() public method

public SetPlayerName ( string playerName ) : void
playerName string
return void

SetPlayerStack() public method

public SetPlayerStack ( decimal amount ) : void
amount decimal
return void

UcReplayerPlayer() public method

public UcReplayerPlayer ( ) : System.Windows.Controls
return System.Windows.Controls