C# Class Deal, Deal

Show file Open project: hbons/Deal Class Usage Examples

Public Methods

Method 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

Method 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 method

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

InArray() public static method

public static InArray ( int a, int b ) : bool
a int
b int
return bool

ToggleSelection() public static method

public static ToggleSelection ( object o, ButtonPressEventArgs args ) : void
o object
args ButtonPressEventArgs
return void