C# Class Dwarrowdelf.Client.DebugWindowData

Inheritance: INotifyPropertyChanged
Mostra file Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
DebugWindowData ( MyGame game ) : System
Update ( object sender, EventArgs e ) : void

Private Methods

Method Description
Notify ( string name ) : void

Method Details

DebugWindowData() public method

public DebugWindowData ( MyGame game ) : System
game MyGame
return System

Update() public method

public Update ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void