C# Class Dwarrowdelf.Client.DebugWindowData

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

Méthode Description
DebugWindowData ( MyGame game ) : System
Update ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
Notify ( string name ) : void

Method Details

DebugWindowData() public méthode

public DebugWindowData ( MyGame game ) : System
game MyGame
Résultat System

Update() public méthode

public Update ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void