C# 클래스 AddConverterDlgTests.DummyAddCnvtrDlg

Though most of this code is located in AddCnvtrDlg, because the buttons and listbox are there, we're testing it in here because this Properties Tab is where you're expected to add/configure the Converters
상속: SIL.FieldWorks.FwCoreDlgs.AddCnvtrDlg
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
DummyAddCnvtrDlg ( ) : System

Constructor.

SetMappingFile ( string sMapping ) : void

Helper method to enable us to set a mapping file for testing purposes

보호된 메소드들

메소드 설명
ShowMessage ( string sMessage, string sTitle, MessageBoxButtons buttons ) : DialogResult

Override this for testing without UI

메소드 상세

DummyAddCnvtrDlg() 공개 메소드

Constructor.
public DummyAddCnvtrDlg ( ) : System
리턴 System

SetMappingFile() 공개 메소드

Helper method to enable us to set a mapping file for testing purposes
public SetMappingFile ( string sMapping ) : void
sMapping string
리턴 void

ShowMessage() 보호된 메소드

Override this for testing without UI
protected ShowMessage ( string sMessage, string sTitle, MessageBoxButtons buttons ) : DialogResult
sMessage string
sTitle string
buttons MessageBoxButtons
리턴 DialogResult