C# Class ZForge.SA.Komponent.SAMainForm

Inheritance: System.Windows.Forms.Form, IConfigurable
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
LoadConfig ( IConfigSetting s ) : void
Quit ( bool quiet ) : void
SaveConfig ( IConfigSetting s ) : void

Méthodes protégées

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

Private Methods

Méthode Description
ClearUselessFiles ( ) : void
RemovableDriveDetector_DeviceRemoved ( object sender, RemovableDriveDetectorEventArgs e ) : void

Method Details

ApplicationInitialize() protected méthode

protected ApplicationInitialize ( ) : void
Résultat void

ApplicationReset() protected méthode

protected ApplicationReset ( ) : void
Résultat void

InitializeKomponentMenu() protected méthode

protected InitializeKomponentMenu ( SAPreference pref ) : void
pref SAPreference
Résultat void

KomponentMenuItem_Click() protected méthode

protected KomponentMenuItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

LoadConfig() public méthode

public LoadConfig ( IConfigSetting s ) : void
s IConfigSetting
Résultat void

OnClosing() protected méthode

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

Quit() public méthode

public Quit ( bool quiet ) : void
quiet bool
Résultat void

Register() protected méthode

protected Register ( SAPreference pref, Image ti ) : void
pref SAPreference
ti Image
Résultat void

SaveConfig() public méthode

public SaveConfig ( IConfigSetting s ) : void
s IConfigSetting
Résultat void