C# Class PsHandler.Replayer.UI.ReplayerBet

Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static AmountToString ( decimal amount ) : string
amount decimal
Résultat string

GetChipImages() public static méthode

public static GetChipImages ( decimal totalAmount ) : List
totalAmount decimal
Résultat List

GetImage() public static méthode

public static GetImage ( decimal value ) : Image
value decimal
Résultat Image

SetAmount() public static méthode

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
Résultat void