C# 클래스 SIL.FieldWorks.TE.DraftPropertiesDialog

Dialog to present the Protected status and Description of an ScrDraft for editing.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
DraftPropertiesDialog ( ) : System

Constructor.

SetDialogInfo ( IScrDraft draft ) : void

Initialize the window

보호된 메소드들

메소드 설명
OnClosed ( EventArgs e ) : void

Save results when closed.

메소드 상세

DraftPropertiesDialog() 공개 메소드

Constructor.
public DraftPropertiesDialog ( ) : System
리턴 System

OnClosed() 보호된 메소드

Save results when closed.
protected OnClosed ( EventArgs e ) : void
e System.EventArgs The that contains the event data.
리턴 void

SetDialogInfo() 공개 메소드

Initialize the window
public SetDialogInfo ( IScrDraft draft ) : void
draft IScrDraft The draft.
리턴 void