C# Class SIL.FieldWorks.FwCoreDlgs.CharacterInventoryRow

Class for a single row in the character inventory grid.
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
CharacterInventoryRow ( string chr ) : System

Initializes a new instance of the CharacterInventoryRow class.

Method Details

CharacterInventoryRow() public method

Initializes a new instance of the CharacterInventoryRow class.
public CharacterInventoryRow ( string chr ) : System
chr string The character for this inventory row.
return System