C# 클래스 Sanguosha.UI.Controls.TwoSidesCardChoiceBox

Interaction logic for TwoSidesCardChoice.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs

공개 메소드들

메소드 설명
PickCard ( bool isMainPlayer, int cardIndex ) : void

Pick a card from card repo to the row on the specified player's side.

StartCountDown ( bool isMainPlayer, int timeOutSeconds ) : void
TwoSidesCardChoiceBox ( ) : System
TwoSidesCardChoiceBox_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateModel ( ) : void

비공개 메소드들

메소드 설명
model_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

메소드 상세

PickCard() 공개 메소드

Pick a card from card repo to the row on the specified player's side.
public PickCard ( bool isMainPlayer, int cardIndex ) : void
isMainPlayer bool
cardIndex int
리턴 void

StartCountDown() 공개 메소드

public StartCountDown ( bool isMainPlayer, int timeOutSeconds ) : void
isMainPlayer bool
timeOutSeconds int
리턴 void

TwoSidesCardChoiceBox() 공개 메소드

public TwoSidesCardChoiceBox ( ) : System
리턴 System

TwoSidesCardChoiceBox_DataContextChanged() 공개 메소드

public TwoSidesCardChoiceBox_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender object
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

UpdateModel() 공개 메소드

public UpdateModel ( ) : void
리턴 void