C# 클래스 SIL.FieldWorks.FwCoreDlgControls.NumberStyleComboItem

This class implements an item for the number style combobox list.
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
NumberStyleComboItem ( string sLabel, string sFormat ) : System

Constructor.

ToString ( ) : string

returns the label

메소드 상세

NumberStyleComboItem() 공개 메소드

Constructor.
public NumberStyleComboItem ( string sLabel, string sFormat ) : System
sLabel string
sFormat string
리턴 System

ToString() 공개 메소드

returns the label
public ToString ( ) : string
리턴 string