C# Class CadEditor.SelectFile

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: spiiin/CadEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
Filename string
Result bool
ShowExportParams bool

Méthodes publiques

Méthode Description
SelectFile ( ) : System
getExportType ( ) : ExportType

Private Methods

Méthode 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 méthode

public SelectFile ( ) : System
Résultat System

getExportType() public méthode

public getExportType ( ) : ExportType
Résultat ExportType

Property Details

Filename public_oe property

public string Filename
Résultat string

Result public_oe property

public bool Result
Résultat bool

ShowExportParams public_oe property

public bool ShowExportParams
Résultat bool