C# Class CadEditor.SaveScreensCount

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

Public Properties

Property Type Description
Count int
ExportMode bool
Filename string
First int
Result bool

Public Methods

Method Description
SaveScreensCount ( ) : System

Private Methods

Method Description
SaveScreensCount_Load ( object sender, EventArgs e ) : void
btOpen_Click ( object sender, EventArgs e ) : void
tbFileName_Click ( object sender, EventArgs e ) : void

Method Details

SaveScreensCount() public method

public SaveScreensCount ( ) : System
return System

Property Details

Count public_oe static_oe property

public static int Count
return int

ExportMode public_oe static_oe property

public static bool ExportMode
return bool

Filename public_oe static_oe property

public static string Filename
return string

First public_oe static_oe property

public static int First
return int

Result public_oe static_oe property

public static bool Result
return bool