C# Class SIL.FieldWorks.FwCoreDlgs.CharacterInventoryRow

Class for a single row in the character inventory grid.
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
CharacterInventoryRow ( string chr ) : System

Initializes a new instance of the CharacterInventoryRow class.

Method Details

CharacterInventoryRow() public méthode

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