C# Class LuxEngine.MenuWindowEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: Louis-Dureuil/maya-vs-the-world Class Usage Examples

Public Methods

Method Description
MenuWindowEventArgs ( int index ) : System
MenuWindowEventArgs ( int index, string choice ) : System

Method Details

MenuWindowEventArgs() public method

public MenuWindowEventArgs ( int index ) : System
index int
return System

MenuWindowEventArgs() public method

public MenuWindowEventArgs ( int index, string choice ) : System
index int
choice string
return System