C# 클래스 SANTA.UI.Settings

파일 보기 프로젝트 열기: siegleal/iSanta

공개 메소드들

메소드 설명
Settings ( Controller uic, ConfigReader configReader ) : System

Construct a Settings form with no weapon list

Settings ( Controller uic, ConfigReader configReader, List weapons ) : System

Construct a Settings form.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
CloseAndSignalExit ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeValues ( ) : void
Settings_Closing ( object sender, CancelEventArgs e ) : void
ValidateSettings ( ) : bool
btnCancel_Click ( object sender, EventArgs e ) : void
btnDBLocation_Click ( object sender, EventArgs e ) : void
btnExcelTemplateLocation_Click ( object sender, EventArgs e ) : void
btnLogLocation_Click ( object sender, EventArgs e ) : void
btnReset_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
button_Add_Click ( 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

Settings() 공개 메소드

Construct a Settings form with no weapon list
public Settings ( Controller uic, ConfigReader configReader ) : System
uic Controller Calling UIController
configReader ConfigReader A configuration reader
리턴 System

Settings() 공개 메소드

Construct a Settings form.
public Settings ( Controller uic, ConfigReader configReader, List weapons ) : System
uic Controller Calling UIController
configReader ConfigReader A configuration reader
weapons List The current weapon list
리턴 System