C# Класс ZForge.SA.Komponent.SAMainForm

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

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

Метод Описание
LoadConfig ( IConfigSetting s ) : void
Quit ( bool quiet ) : void
SaveConfig ( IConfigSetting s ) : void

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

Метод Описание
ApplicationInitialize ( ) : void
ApplicationReset ( ) : void
InitializeKomponentMenu ( SAPreference pref ) : void
KomponentMenuItem_Click ( object sender, EventArgs e ) : void
OnClosing ( CancelEventArgs e ) : void
Register ( SAPreference pref, Image ti ) : void

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

Метод Описание
ClearUselessFiles ( ) : void
RemovableDriveDetector_DeviceRemoved ( object sender, RemovableDriveDetectorEventArgs e ) : void

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

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

protected ApplicationInitialize ( ) : void
Результат void

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

protected ApplicationReset ( ) : void
Результат void

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

protected InitializeKomponentMenu ( SAPreference pref ) : void
pref SAPreference
Результат void

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

protected KomponentMenuItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

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

public LoadConfig ( IConfigSetting s ) : void
s IConfigSetting
Результат void

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

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Результат void

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

public Quit ( bool quiet ) : void
quiet bool
Результат void

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

protected Register ( SAPreference pref, Image ti ) : void
pref SAPreference
ti Image
Результат void

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

public SaveConfig ( IConfigSetting s ) : void
s IConfigSetting
Результат void