C# Class CadEditor.SaveScreensCount

Inheritance: System.Windows.Forms.Form
Show file 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 static property

public static int Count
return int

ExportMode public static property

public static bool ExportMode
return bool

Filename public static property

public static string Filename
return string

First public static property

public static int First
return int

Result public static property

public static bool Result
return bool