C# Class ZForge.SA.Komponent.SAMainForm

Inheritance: System.Windows.Forms.Form, IConfigurable
Show file Open project: zhuangyy/Motion

Public Methods

Method Description
LoadConfig ( IConfigSetting s ) : void
Quit ( bool quiet ) : void
SaveConfig ( IConfigSetting s ) : void

Protected Methods

Method 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

Method Description
ClearUselessFiles ( ) : void
RemovableDriveDetector_DeviceRemoved ( object sender, RemovableDriveDetectorEventArgs e ) : void

Method Details

ApplicationInitialize() protected method

protected ApplicationInitialize ( ) : void
return void

ApplicationReset() protected method

protected ApplicationReset ( ) : void
return void

InitializeKomponentMenu() protected method

protected InitializeKomponentMenu ( SAPreference pref ) : void
pref SAPreference
return void

KomponentMenuItem_Click() protected method

protected KomponentMenuItem_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

LoadConfig() public method

public LoadConfig ( IConfigSetting s ) : void
s IConfigSetting
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

Quit() public method

public Quit ( bool quiet ) : void
quiet bool
return void

Register() protected method

protected Register ( SAPreference pref, Image ti ) : void
pref SAPreference
ti Image
return void

SaveConfig() public method

public SaveConfig ( IConfigSetting s ) : void
s IConfigSetting
return void