C# 클래스 PsHandler.Replayer.UI.UcReplayerPlayer

Interaction logic for UcPlayer.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: kampiuceris/PsHandler

공개 메소드들

메소드 설명
SetActionGlow ( bool action ) : void
SetPlayerName ( string playerName ) : void
SetPlayerStack ( decimal amount ) : void
UcReplayerPlayer ( ) : System.Windows.Controls

메소드 상세

SetActionGlow() 공개 메소드

public SetActionGlow ( bool action ) : void
action bool
리턴 void

SetPlayerName() 공개 메소드

public SetPlayerName ( string playerName ) : void
playerName string
리턴 void

SetPlayerStack() 공개 메소드

public SetPlayerStack ( decimal amount ) : void
amount decimal
리턴 void

UcReplayerPlayer() 공개 메소드

public UcReplayerPlayer ( ) : System.Windows.Controls
리턴 System.Windows.Controls