C# Class PsHandler.Replayer.UI.ReplayerBet

Exibir arquivo Open project: kampiuceris/PsHandler Class Usage Examples

Public Methods

Method Description
AmountToString ( decimal amount ) : string
GetChipImages ( decimal totalAmount ) : List
GetImage ( decimal value ) : Image
SetAmount ( decimal totalAmount, Grid grid, System.Windows.Controls.Label label ) : void

Method Details

AmountToString() public static method

public static AmountToString ( decimal amount ) : string
amount decimal
return string

GetChipImages() public static method

public static GetChipImages ( decimal totalAmount ) : List
totalAmount decimal
return List

GetImage() public static method

public static GetImage ( decimal value ) : Image
value decimal
return Image

SetAmount() public static method

public static SetAmount ( decimal totalAmount, Grid grid, System.Windows.Controls.Label label ) : void
totalAmount decimal
grid System.Windows.Controls.Grid
label System.Windows.Controls.Label
return void