C# Class Deal, Deal

Afficher le fichier Open project: hbons/Deal Class Usage Examples

Méthodes publiques

Méthode Description
AnimateProperty ( Actor, Actor, uint Time, string Property, float To, uint Delay ) : Timeline,
InArray ( int a, int b ) : bool
ToggleSelection ( object o, ButtonPressEventArgs args ) : void

Private Methods

Méthode Description
HandleKeyPress ( object o, KeyPressEventArgs, args ) : void
IncreaseBet ( object Object, ButtonPressEventArgs ButtonPressEventArgs ) : void
Main ( ) : void
NewGame ( object o, ButtonPressEventArgs args ) : void
NextStep ( object o, ButtonPressEventArgs args ) : void
SetupAnimation ( ) : void

Method Details

AnimateProperty() public static méthode

public static AnimateProperty ( Actor, Actor, uint Time, string Property, float To, uint Delay ) : Timeline,
Actor Actor,
Time uint
Property string
To float
Delay uint
Résultat Timeline,

InArray() public static méthode

public static InArray ( int a, int b ) : bool
a int
b int
Résultat bool

ToggleSelection() public static méthode

public static ToggleSelection ( object o, ButtonPressEventArgs args ) : void
o object
args ButtonPressEventArgs
Résultat void