C# Class PsHandler.Replayer.UI.UcReplayerPlayerBetLeft

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

Public Methods

Method Description
GetAmount ( ) : decimal
SetAmount ( decimal totalAmount ) : void
UcReplayerPlayerBetLeft ( ) : 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

UcReplayerPlayerBetLeft() public method

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