C# Class Wallcreeper.formExport

Afficher le fichier Open project: Winterstark/Wallcreeper Class Usage Examples

Méthodes publiques

Свойство Type Description
main formMain
themes List

Méthodes publiques

Méthode Description
calcDiff ( int ind, bool prefix ) : void
dispInfo ( ) : void
formExport ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

calcDiff() public méthode

public calcDiff ( int ind, bool prefix ) : void
ind int
prefix bool
Résultat void

dispInfo() public méthode

public dispInfo ( ) : void
Résultat void

formExport() public méthode

public formExport ( ) : System
Résultat System

Property Details

main public_oe property

public formMain main
Résultat formMain

themes public_oe property

public List themes
Résultat List