C# Class CadEditor.OpenFile

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: spiiin/CadEditor Class Usage Examples

Public Properties

Property Type Description
ConfigName string
DumpName string
FileName string

Public Methods

Method Description
OpenFile ( ) : System

Private Methods

Method Description
OpenFile_Load ( object sender, EventArgs e ) : void
btClose_Click ( object sender, EventArgs e ) : void
btOpen_Click ( object sender, EventArgs e ) : void
tbConfigName_Click ( object sender, EventArgs e ) : void
tbDumpName_Click ( object sender, EventArgs e ) : void
tbFileName_Click ( object sender, EventArgs e ) : void

Method Details

OpenFile() public method

public OpenFile ( ) : System
return System

Property Details

ConfigName public_oe static_oe property

public static string ConfigName
return string

DumpName public_oe static_oe property

public static string DumpName
return string

FileName public_oe static_oe property

public static string FileName
return string