C# Class LuxEngine.MenuWindowEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Louis-Dureuil/maya-vs-the-world Class Usage Examples

Méthodes publiques

Méthode Description
MenuWindowEventArgs ( int index ) : System
MenuWindowEventArgs ( int index, string choice ) : System

Method Details

MenuWindowEventArgs() public méthode

public MenuWindowEventArgs ( int index ) : System
index int
Résultat System

MenuWindowEventArgs() public méthode

public MenuWindowEventArgs ( int index, string choice ) : System
index int
choice string
Résultat System