C# Class Wallcreeper.formExport

Show file Open project: Winterstark/Wallcreeper Class Usage Examples

Public Properties

Property Type Description
main formMain
themes List

Public Methods

Method Description
calcDiff ( int ind, bool prefix ) : void
dispInfo ( ) : void
formExport ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

buttBrowse_Click ( object sender, EventArgs e ) : void
buttExport_Click ( object sender, EventArgs e ) : void
buttSelAll_Click ( object sender, EventArgs e ) : void
buttSelInvert_Click ( object sender, EventArgs e ) : void
buttSelNone_Click ( object sender, EventArgs e ) : void
chklistThemes_ItemCheck ( object sender, ItemCheckEventArgs e ) : void
formExport_Load ( object sender, EventArgs e ) : void
sZip_Exited ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

calcDiff() public method

public calcDiff ( int ind, bool prefix ) : void
ind int
prefix bool
return void

dispInfo() public method

public dispInfo ( ) : void
return void

formExport() public method

public formExport ( ) : System
return System

Property Details

main public property

public formMain main
return formMain

themes public property

public List themes
return List