C# 클래스 DbDictExport.WinForm.Service.LoadingFormService

파일 보기 프로젝트 열기: NeilQ/DbDictExport

공개 메소드들

메소드 설명
Close ( ) : void
CloseFrom ( ) : void
Create ( ) : void
CreateForm ( ) : void
SetCaption ( string text ) : void
SetFormCaption ( string text ) : void

비공개 메소드들

메소드 설명
Dispose ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CloseFrom() 공개 정적인 메소드

public static CloseFrom ( ) : void
리턴 void

Create() 공개 메소드

public Create ( ) : void
리턴 void

CreateForm() 공개 정적인 메소드

public static CreateForm ( ) : void
리턴 void

SetCaption() 공개 메소드

public SetCaption ( string text ) : void
text string
리턴 void

SetFormCaption() 공개 정적인 메소드

public static SetFormCaption ( string text ) : void
text string
리턴 void