C# 클래스 ZForge.SA.Komponent.SAMainForm

상속: System.Windows.Forms.Form, IConfigurable
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 메소드들

메소드 설명
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