C# Class CadEditor.SelectFile

Inheritance: System.Windows.Forms.Form
显示文件 Open project: spiiin/CadEditor Class Usage Examples

Public Properties

Property Type Description
Filename string
Result bool
ShowExportParams bool

Public Methods

Method Description
SelectFile ( ) : System
getExportType ( ) : ExportType

Private Methods

Method Description
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

Method Details

SelectFile() public method

public SelectFile ( ) : System
return System

getExportType() public method

public getExportType ( ) : ExportType
return ExportType

Property Details

Filename public_oe property

public string Filename
return string

Result public_oe property

public bool Result
return bool

ShowExportParams public_oe property

public bool ShowExportParams
return bool