C# Class PsHandler.Replayer.UI.UcReplayerPlayerBetRight

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

Public Methods

Method Description
GetAmount ( ) : decimal
SetAmount ( decimal totalAmount ) : void
UcReplayerPlayerBetRight ( ) : System.Windows.Controls

Method Details

GetAmount() public method

public GetAmount ( ) : decimal
return decimal

SetAmount() public method

public SetAmount ( decimal totalAmount ) : void
totalAmount decimal
return void

UcReplayerPlayerBetRight() public method

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