C# 클래스 SIL.FieldWorks.FwCoreDlgs.CharacterInventoryRow

Class for a single row in the character inventory grid.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
CharacterInventoryRow ( string chr ) : System

Initializes a new instance of the CharacterInventoryRow class.

메소드 상세

CharacterInventoryRow() 공개 메소드

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