C# Class thememan.HTM

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: HextorIRC/hextor

Public Properties

Property Type Description
hextordir string
themedir string

Public Methods

Method Description
HTM ( ) : System
IsDirectoryEmpty ( string path ) : bool

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.

ListThemes ( ) : void
ReadTheme ( string theme ) : List>
RunningOnWindows ( ) : bool
ShowColors ( List themecolors ) : void
applybutton_Click_1 ( object sender, EventArgs e ) : void
attemptImport ( FileInfo fi ) : void
deleteButton_Click ( object sender, EventArgs e ) : void
extractTheme ( FileInfo zipFile ) : int
importbutton_Click_1 ( object sender, EventArgs e ) : void
importdialog_FileOk ( object sender, System e ) : void
theme_selected ( 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

HTM() public method

public HTM ( ) : System
return System

IsDirectoryEmpty() public method

public IsDirectoryEmpty ( string path ) : bool
path string
return bool

Property Details

hextordir public_oe property

public string hextordir
return string

themedir public_oe property

public string themedir
return string