C# 클래스 CadEditor.SelectFile

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: spiiin/CadEditor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Filename string
Result bool
ShowExportParams bool

공개 메소드들

메소드 설명
SelectFile ( ) : System
getExportType ( ) : ExportType

비공개 메소드들

메소드 설명
SelectFile_Load ( object sender, EventArgs e ) : void
btSelect_Click ( object sender, EventArgs e ) : void
cbExportType_SelectedIndexChanged ( object sender, EventArgs e ) : void
tbFileName_Click ( object sender, EventArgs e ) : void

메소드 상세

SelectFile() 공개 메소드

public SelectFile ( ) : System
리턴 System

getExportType() 공개 메소드

public getExportType ( ) : ExportType
리턴 ExportType

프로퍼티 상세

Filename 공개적으로 프로퍼티

public string Filename
리턴 string

Result 공개적으로 프로퍼티

public bool Result
리턴 bool

ShowExportParams 공개적으로 프로퍼티

public bool ShowExportParams
리턴 bool