Method | Description | |
---|---|---|
AskQuestion ( ) : void | ||
Game ( |
Parent object of the game
|
|
GameOver ( ) : void |
|
|
Get5050 ( ) : string[] | ||
GetAnswer ( ) : string | ||
GetTimestamp ( System.DateTime value ) : String | ||
GiveMoreTime ( ) : void | ||
GreenProgressBar ( ) : void | ||
PlayGame ( ) : void |
How we start asking questions
|
|
QuestionAnswered ( string strButton, System.Windows.Controls.Button btnPushed ) : void |
Event interface for when buttons are pushed
|
|
RedProgressBar ( ) : void | ||
SaveGame ( ) : void | ||
StopTheClock ( ) : void | ||
Winrar ( ) : void | ||
YellowProgressBar ( ) : void | ||
nextQuestion ( ) : |
Get the next question
|
Method | Description | |
---|---|---|
timer_Tick ( object sender, |
public Game ( |
||
qCollectionIn | ||
myMain | ||
myPRNG | ||
return | System |
public static GetTimestamp ( System.DateTime value ) : String | ||
value | System.DateTime | |
return | String |
public QuestionAnswered ( string strButton, System.Windows.Controls.Button btnPushed ) : void | ||
strButton | string | |
btnPushed | System.Windows.Controls.Button | |
return | void |