C# Класс thememan.HTM

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
hextordir string
themedir string

Открытые методы

Метод Описание
HTM ( ) : System
IsDirectoryEmpty ( string path ) : bool

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

HTM() публичный Метод

public HTM ( ) : System
Результат System

IsDirectoryEmpty() публичный Метод

public IsDirectoryEmpty ( string path ) : bool
path string
Результат bool

Описание свойств

hextordir публичное свойство

public string hextordir
Результат string

themedir публичное свойство

public string themedir
Результат string