C# Class XlentLock.LockPage

Inheritance: XLabs.Forms.Mvvm.BaseView
Datei anzeigen Open project: xlent-bi/XlentLock Class Usage Examples

Public Properties

Property Type Description
HasWon bool
hasNotStarted bool

Public Methods

Method Description
LockPage ( ) : System
timerElapsed ( object o, EventArgs e ) : void

Private Methods

Method Description
CalculateWidth ( ) : int
GameCompleted ( ) : void
Reset ( ) : void

Method Details

LockPage() public method

public LockPage ( ) : System
return System

timerElapsed() public static method

public static timerElapsed ( object o, EventArgs e ) : void
o object
e System.EventArgs
return void

Property Details

HasWon public_oe property

public bool HasWon
return bool

hasNotStarted public_oe property

public bool hasNotStarted
return bool